Age | Commit message (Expand) | Author | Files | Lines |
2001-02-04 | Merged build/install in file state machine. | jbj | 1 | -435/+371 |
2001-02-03 | fix: db1 dbopen() check found in libc not auto-configuring forrectly. | jbj | 1 | -89/+157 |
2001-02-03 | Add I/O to file state machine. | jbj | 1 | -424/+480 |
2001-02-02 | Use fsm for building. | jbj | 1 | -310/+272 |
2001-02-02 | fix: grrr, post increment off by 1 iterator. | jbj | 1 | -61/+16 |
2001-02-01 | Handle links correctly, wotta PITA. Now to clean up and find the double free ... | jbj | 1 | -134/+338 |
2001-01-30 | Simple install file state machine. | jbj | 1 | -193/+385 |
2001-01-29 | Commit to install file state machine. | jbj | 1 | -584/+769 |
2001-01-28 | Apply suffixes only to files. | jbj | 1 | -197/+162 |
2001-01-28 | Payload state machine, with commit and undo. | jbj | 1 | -344/+340 |
2001-01-27 | 1st crack at a payload unpack state machine. | jbj | 1 | -74/+299 |
2001-01-26 | lclint annotations. | jbj | 1 | -6/+9 |
2001-01-25 | - remove support for v1 src rpm's. | jbj | 1 | -128/+152 |
2001-01-24 | Add rollback.h, 1st attempt to rationalize TFI_t. | jbj | 1 | -1/+1 |
2001-01-24 | Rip XFI_t from install. | jbj | 1 | -23/+35 |
2001-01-23 | Rip out cpioFileMap. | jbj | 1 | -42/+83 |
2001-01-23 | Expose loadFi/freeFi. | jbj | 1 | -3/+3 |
2001-01-22 | Make cpio maps totally opaque. | jbj | 1 | -56/+99 |
2001-01-21 | Make cpio mappings opaque. | jbj | 1 | -88/+146 |
2001-01-21 | - cpio mappings carry dirname/basename, not absolute path. | jbj | 1 | -22/+39 |
2001-01-19 | ewt's cpio hack reverted. | jbj | 1 | -9/+1 |
2001-01-19 | Typo. | jbj | 1 | -2/+2 |
2001-01-19 | ewt's cpio hack. | jbj | 1 | -1/+9 |
2001-01-03 | - fix: avoid locale issues with strcasecmp/strncasecmp (#23199). | jbj | 1 | -3/+5 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -7/+6 |
2000-12-02 | Bring header reggions mods back to top of stack. | jbj | 1 | -2/+4 |
2000-10-28 | - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>). | jbj | 1 | -4/+7 |
2000-10-24 | - verify MD5 sums of payload files when unpacking archive. | jbj | 1 | -23/+164 |
2000-08-28 | Doxygen annotations. | jbj | 1 | -3/+8 |
2000-08-27 | Add todo note. | jbj | 1 | -0/+1 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -5/+6 |
2000-08-23 | lclint/doxygen additions. | jbj | 1 | -9/+28 |
2000-07-15 | - rip out pre-transaction syscalls, more design is needed. | jbj | 1 | -0/+1 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -7/+10 |
2000-07-07 | lclint fiddles. | jbj | 1 | -1/+0 |
2000-06-09 | Move low level support routines to librpmio. | jbj | 1 | -1/+1 |
2000-05-18 | fix: don't change hardlink st_size. | jbj | 1 | -41/+64 |
2000-04-15 | fix: cpio.c: pre-, not post-, decrement the link count. | jbj | 1 | -13/+12 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 1 | -220/+250 |
2000-01-24 | Documentation comments. | jbj | 1 | -1/+27 |
1999-11-24 | build/files.c: Remove dead code. | jbj | 1 | -2/+2 |
1999-11-24 | lib/macro.c: Canonicalize paths in rpmGetPath(). | jbj | 1 | -7/+7 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 1 | -6/+6 |
1999-11-04 | Use Fopen almost everywhere. | jbj | 1 | -2/+3 |
1999-11-02 | Add ref/deref/new/fileno/open vectors to FDIO_t. | jbj | 1 | -9/+8 |
1999-10-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 1 | -3/+4 |
1999-10-29 | fix: resurrect multiple target platform builds. | jbj | 1 | -2/+2 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 1 | -12/+8 |
1999-10-27 | use compressed filenames on install side. | jbj | 1 | -99/+50 |
1999-10-20 | lclint annotations. | jbj | 1 | -2/+2 |