Age | Commit message (Expand) | Author | Files | Lines |
2008-05-29 | Fix for remove052.py by moving recursedeps before checkdeps. | Nagy Gabor | 1 | -1/+7 |
2008-05-15 | Fix compilation warning on x86_64 | Dan McGee | 1 | -1/+1 |
2008-05-14 | Remove wrapper call around versioncmp | Dan McGee | 5 | -19/+5 |
2008-05-14 | Update _alpm_versioncmp | Dan McGee | 1 | -50/+102 |
2008-05-14 | Simplify _alpm_pkg_new() | Dan McGee | 5 | -14/+8 |
2008-05-14 | Remove lazy init code from pkg name and version functions | Dan McGee | 1 | -16/+0 |
2008-05-14 | Fix rewinddir regression by cleaning up db_scan | Xavier Chantry | 3 | -91/+37 |
2008-05-13 | Remove an outdated exception check in file conflict code | Dan McGee | 1 | -20/+0 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 15 | -142/+87 |
2008-05-13 | Swap the parameters of alpm_pkg_find | Nagy Gabor | 6 | -14/+14 |
2008-05-13 | Remove errant include of error.h | Dan McGee | 1 | -1/+0 |
2008-05-12 | Merge branch 'maint' | Dan McGee | 1 | -0/+3 |
2008-05-12 | Refactor pkg_load/parse_descfile into a new backend file | Dan McGee | 4 | -244/+285 |
2008-05-12 | Remove some useless abstraction and start db cleanup | Dan McGee | 4 | -181/+149 |
2008-05-10 | Add detailed description to alpm_pkg_load | Sebastian Nowicki | 1 | -0/+3 |
2008-05-10 | Update makepath to remove PATH_MAX usage | Dan McGee | 1 | -17/+21 |
2008-05-09 | Use strdup() instead of a static buffer | Dan McGee | 1 | -14/+24 |
2008-05-09 | Update md5 routines | Dan McGee | 2 | -64/+51 |
2008-05-09 | be_files.c: PATH_MAX cleanup | Dan McGee | 1 | -6/+13 |
2008-04-29 | Add documentation for transaction events | Sebastian Nowicki | 1 | -1/+58 |
2008-04-29 | Updates to _alpm_copyfile() | Dan McGee | 1 | -8/+14 |
2008-04-29 | Rework extract_single_file() temp file creation | Dan McGee | 1 | -29/+35 |
2008-04-28 | Remove unnecessary archive_entry_set_pathname() calls | Dan McGee | 1 | -4/+0 |
2008-04-26 | Fix some fallout from the delta/download changes | Dan McGee | 2 | -5/+15 |
2008-04-26 | get_filename : use the FILENAME db field only. | Chantry Xavier | 2 | -13/+4 |
2008-04-26 | libalpm/sync.c : memleak fixes. | Chantry Xavier | 1 | -9/+8 |
2008-04-26 | Get rid of the delta patches list | Chantry Xavier | 1 | -76/+67 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 8 | -208/+217 |
2008-04-26 | Rework delta struct and modify code accordingly | Dan McGee | 4 | -68/+67 |
2008-04-26 | Kill compute_requiredby usage in can_remove_package() | Nagy Gabor | 1 | -8/+10 |
2008-04-19 | Give libalpm native support for both libdownload and libfetch | Dan McGee | 2 | -4/+35 |
2008-04-19 | Remove unnecessary NULL check in FREE() macro | Dan McGee | 1 | -1/+1 |
2008-04-16 | Merge branch 'maint' | Dan McGee | 1 | -0/+5 |
2008-04-15 | More non-Linux build updates, mostly Darwin | Dan McGee | 1 | -0/+4 |
2008-04-15 | Fix gettext on non-Linux platforms | Dan McGee | 1 | -0/+1 |
2008-04-15 | Fix compilation errors on x86_64 | Dan McGee | 1 | -2/+2 |
2008-04-15 | remove.c: refactor into functions | K. Piche | 1 | -40/+59 |
2008-04-15 | Some comments for _alpm_unpack. | K. Piche | 1 | -0/+11 |
2008-04-15 | add.c: added some tracing and improved some variable locality | K. Piche | 1 | -3/+10 |
2008-04-11 | Memory allocation and other small cleanups | Dan McGee | 1 | -11/+9 |
2008-04-11 | Merge branch 'maint' | Dan McGee | 1 | -6/+4 |
2008-04-11 | Remove unnecessary import in dload.h | Dan McGee | 1 | -1/+0 |
2008-04-09 | Correctly use the fd returned my mkstemp() | Dan McGee | 1 | -6/+4 |
2008-04-07 | Allow disabling of internal (libdownload) code | Dan McGee | 3 | -34/+56 |
2008-04-07 | Remove a bit more download.h pollution | Dan McGee | 2 | -7/+5 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 21 | -47/+5 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 5 | -28/+21 |
2008-04-02 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2008-04-02 | Set handle->logstream to null after fclose() | Dan McGee | 1 | -0/+1 |
2008-03-30 | Merge branch 'maint' | Dan McGee | 2 | -6/+6 |