2001-07-11 |
Glenn L McGrath | free coniditionally, just to make it play nice with...
|
commit | commitdiff | tree |
2001-07-11 |
Glenn L McGrath | minor dmalloc inspired cleanups
|
commit | commitdiff | tree |
2001-07-11 |
Glenn L McGrath | Unpack the filename not the package name
|
commit | commitdiff | tree |
2001-07-10 |
Glenn L McGrath | Reverse my previous change, still cant compile with...
|
commit | commitdiff | tree |
2001-07-10 |
Glenn L McGrath | When compiling unarchive objects link to $(LIBRARIES...
|
commit | commitdiff | tree |
2001-07-05 |
Glenn L McGrath | gunzip, zcat were fixed just after 0.51 was released
|
commit | commitdiff | tree |
2001-07-05 |
Glenn L McGrath | ash, hush and msh are new applets to 0.52
|
commit | commitdiff | tree |
2001-07-05 |
Glenn L McGrath | Added entries for my commits
|
commit | commitdiff | tree |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15
|
commit | commitdiff | tree |
2001-06-26 |
Glenn L McGrath | Patch from Gennady Feldman
|
commit | commitdiff | tree |
2001-06-26 |
Glenn L McGrath | rpm2cpio applet by Laurence Anderson
|
commit | commitdiff | tree |
2001-06-24 |
Glenn L McGrath | Nore unarchive (and doc) fixes from Laurence Anderson
|
commit | commitdiff | tree |
2001-06-22 |
Glenn L McGrath | cpio applet, and changes to associated code
|
commit | commitdiff | tree |
2001-06-22 |
Glenn L McGrath | Dont change date or chmod on symlinks, lchown on symlinks...
|
commit | commitdiff | tree |
2001-06-22 |
Glenn L McGrath | remove defines around unarchive, its always used
|
commit | commitdiff | tree |
2001-06-20 |
Glenn L McGrath | Initialise in_file to stdin, so it wont crash if no...
|
commit | commitdiff | tree |
2001-06-20 |
Glenn L McGrath | Changed gz_open to ruturn a stream
|
commit | commitdiff | tree |
2001-06-20 |
Glenn L McGrath | Reorganise unarchiving functions, more code re-use...
|
commit | commitdiff | tree |
2001-06-15 |
Glenn L McGrath | This isnt used anymore, replaced by seek_sub_file(...
|
commit | commitdiff | tree |
2001-06-13 |
Glenn L McGrath | Reorganise unarchive functions, new files, removed...
|
commit | commitdiff | tree |
2001-06-13 |
Glenn L McGrath | Reorganise archive extraction code
|
commit | commitdiff | tree |
2001-06-03 |
Glenn L McGrath | Remove space between ar options
|
commit | commitdiff | tree |
2001-06-03 |
Glenn L McGrath | Correct ar options
|
commit | commitdiff | tree |
2001-05-07 |
Glenn L McGrath | woops, forgot the break statment
|
commit | commitdiff | tree |
2001-05-07 |
Glenn L McGrath | Tolerate -q argument, if -q is passed give a warning...
|
commit | commitdiff | tree |
2001-05-07 |
Glenn L McGrath | Actually we dont need to check if the device is nfs...
|
commit | commitdiff | tree |
2001-05-07 |
Glenn L McGrath | woops, i shouldnt be so presumtuous? about what the...
|
commit | commitdiff | tree |
2001-05-07 |
Glenn L McGrath | Device may not be a real filename
|
commit | commitdiff | tree |
2001-05-05 |
Glenn L McGrath | include libbb.h after other includes
|
commit | commitdiff | tree |
2001-04-29 |
Glenn L McGrath | Logic reversal for last_char_is
|
commit | commitdiff | tree |
2001-04-23 |
Glenn L McGrath | Simplify file_prefix handling, and use of *dir variable.
|
commit | commitdiff | tree |
2001-04-21 |
Glenn L McGrath | Fix horrible, horrible memmory leak. I wondered why...
|
commit | commitdiff | tree |
2001-04-21 |
Glenn L McGrath | Clearly define out exclude list code, as recommended...
|
commit | commitdiff | tree |
2001-04-20 |
Glenn L McGrath | Set permissions of created file
|
commit | commitdiff | tree |
2001-04-18 |
Glenn L McGrath | Fix zcat/gunzip when reading from stdin
|
commit | commitdiff | tree |
2001-04-16 |
Glenn L McGrath | Write full status file
|
commit | commitdiff | tree |
2001-04-16 |
Glenn L McGrath | dpkg improvements, use full package struct, avoid extracting...
|
commit | commitdiff | tree |
2001-04-15 |
Glenn L McGrath | Document new dpkg-deb funtions
|
commit | commitdiff | tree |
2001-04-15 |
Glenn L McGrath | untar changed to allow deb_extract to extract to memory...
|
commit | commitdiff | tree |
2001-04-15 |
Glenn L McGrath | NEw functions read_package_field and read_text_file_to_buffer
|
commit | commitdiff | tree |
2001-04-15 |
Glenn L McGrath | Reads a field from a debian control (status or available...
|
commit | commitdiff | tree |
2001-04-15 |
Glenn L McGrath | Read a FILE* till an empty line or eof and return it...
|
commit | commitdiff | tree |
2001-04-13 |
Glenn L McGrath | dpkg-deb -f and partial -I commands, adds 600 bytes
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Updates, fixes for handling contents, verbose extract.
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Rename variable that shadows global
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | New dpkg-deb function -t, stands for --fsys-tarfile
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Change size to unsinged long long, so if -1 is passed...
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | dpkg-deb -c works now
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Fix dpkg-deb, enum's are cool
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | remove unused clearerr statements
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | This belongs in dos2unix.c
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | use tmpfile() and revert my previous changes... convert...
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | dos2unix and unix2dos are now independent
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Move convert to libbb
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | convert() is used by dos2unix and unix2dos
|
commit | commitdiff | tree |
2001-04-12 |
Glenn L McGrath | Moved from dos2unix
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Vladimir's patch to reverse previous patch
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | readTarFile changed from exter nto static
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Seek to start of an entry inside an ar file
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | dpkg, dpkg_deb dont depend on any other applets now
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | copy_file_chunk uses streams now.
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | This is primarily to allow deb_extract to be independent...
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Remove unneeded printf statment
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Disable sigterm
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | replace getOctal with strtol( , NULL, 8)
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | dpkg only dependeds on tar
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Gzip is indepenedent of gunzip
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Remove dpkg-deb applet dependencies, still depends...
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Move unzip, gz_open, gz_close to libbb
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Move deb_extract() to libbb, dpkg now independent of...
|
commit | commitdiff | tree |
2001-04-11 |
Glenn L McGrath | Move get_ar_headers to libbb, make dpkg_deb.c independent...
|
commit | commitdiff | tree |
2001-04-08 |
Glenn L McGrath | Reorganise status field to use 3 chars instead of one...
|
commit | commitdiff | tree |
2001-04-08 |
Glenn L McGrath | Use create_path instead of mkdir
|
commit | commitdiff | tree |
2001-04-08 |
Glenn L McGrath | It now correctly backs up the (still corrupt) status...
|
commit | commitdiff | tree |
2001-04-08 |
Glenn L McGrath | Some fixes, but still broken... (cont)
|
commit | commitdiff | tree |
2001-04-07 |
Glenn L McGrath | Ignore SIGTERM prior to gz_close()
|
commit | commitdiff | tree |
2001-04-07 |
Glenn L McGrath | Fix warning
|
commit | commitdiff | tree |
2001-03-30 |
Glenn L McGrath | Dont try and automount devfs, rename some variables
|
commit | commitdiff | tree |
2001-03-29 |
Glenn L McGrath | Fix zcat
|
commit | commitdiff | tree |
2001-03-29 |
Glenn L McGrath | gunzip -c works again
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Fixes from Robert Kaiser
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Enable tar -z support again by default
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Remove cruft
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Remove tar_unzip_init() not needed any more, uses gz_open...
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Fix tar -z, calls gz_open now
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Disable tar -z for now
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Gunzip changes broke tar -z support (woops)
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Major cleanup to better adhere to style guide and use...
|
commit | commitdiff | tree |
2001-03-28 |
Glenn L McGrath | Add functions that were shared with gunzip.c, gunzip...
|
commit | commitdiff | tree |
2001-03-02 |
Glenn L McGrath | Dont try to automount some specific filesystem types
|
commit | commitdiff | tree |
2001-02-16 |
Glenn L McGrath | Fix warning for implicit declaration of time()
|
commit | commitdiff | tree |
2001-02-16 |
Glenn L McGrath | Fix compile error, sync() always returns 0 anyway.
|
commit | commitdiff | tree |
2001-02-12 |
Glenn L McGrath | Closer integration with dpkg-deb and other busybox...
|
commit | commitdiff | tree |
2001-02-12 |
Glenn L McGrath | New dpkg-deb option, warning about dpkg usage
|
commit | commitdiff | tree |
2001-02-12 |
Glenn L McGrath | New option 'list' produces output that can be used...
|
commit | commitdiff | tree |
2001-02-11 |
Glenn L McGrath | New function, deb-extract to be used by dpkg, code...
|
commit | commitdiff | tree |
2001-02-11 |
Glenn L McGrath | Consmetic changes
|
commit | commitdiff | tree |
2001-02-11 |
Glenn L McGrath | More style changes
|
commit | commitdiff | tree |
2001-02-11 |
Glenn L McGrath | Style changes; use get_line_from_file from utilities
|
commit | commitdiff | tree |
2001-02-10 |
Glenn L McGrath | BB_DPKG uses copy_file
|
commit | commitdiff | tree |
next |