summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar/mar-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-199/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* compile with -WGuillaume Cottenceau2002-07-031-1/+1
|
* fix bug when creating marfiles with file-not-found in argsGuillaume Cottenceau2001-02-041-15/+7
|
* mar now uses bzlib, no more zlibGuillaume Cottenceau2001-01-261-56/+29
|
* tolerate file not found at creation of archivesGuillaume Cottenceau2001-01-061-31/+34
|
* vacances:Guillaume Cottenceau2001-01-021-5/+6
| | | | | | | - use malloc instead of alloca for big main allocation since on some systems (LM-7.2 for example it seems) the stack size is limited to 2048 kbyt es - don't give up when the CRC is not OK, but tries to continue anyway
* use max compression to save a few bytesGuillaume Cottenceau2000-12-211-1/+1
|
* mar-creation prints a bit of informationGuillaume Cottenceau2000-12-181-0/+1
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-11/+7
| | | | | soon will launch the stage2
* commiting modifs of Fri 17 (do not typedef the structs anymore, ↵Guillaume Cottenceau2000-11-201-11/+21
| | | | s/malloc/alloca when possible, return int all the time)
* - fix bug of not actually writing down the `0' char to end filetableGuillaume Cottenceau2000-11-161-107/+26
| | | | | | - use stat to compute file lengths - test NULL pointers directly on their value
* add `mar' archiving programGuillaume Cottenceau2000-11-091-0/+304