[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0rc1-83-g762cbf5
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 762cbf574b66ccbe6d4931e426b6d9e95b191bd5 (commit) via f3e285862143c09bc846fd62992cddd24aefd37e (commit) via c65cea0dcbc2777bd72b13d5a69f89d99fa0b0d5 (commit) via 10cbfc956c69db0cc2826e5a9c6b5b5df2a46326 (commit) via d64c409913720ed3fbf3713de621bbef4ea3bb49 (commit) via 592ed13bce83afeeb8deff5a81dc782fdc32ac11 (commit) via 329a7b7e242e0e4594eec9f70db4bd82d116c1c2 (commit) from c4350d90f137ff3177e68cb0bab82d14edaac54e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 762cbf574b66ccbe6d4931e426b6d9e95b191bd5 Author: Dan McGee <dan@archlinux.org> Date: Mon Aug 22 09:27:13 2011 -0500 dload: prevent need to copy struct in mask_signal() Since we store this directly in the download function, just rework mask_signal() to take a pointer to a location to store the original. Signed-off-by: Dan McGee <dan@archlinux.org> commit f3e285862143c09bc846fd62992cddd24aefd37e Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 14:22:14 2011 -0400 dload: extract tempfile creation to its own function Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit c65cea0dcbc2777bd72b13d5a69f89d99fa0b0d5 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 13:51:47 2011 -0400 dload: move (un)masking of signals to separate functions Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 10cbfc956c69db0cc2826e5a9c6b5b5df2a46326 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 13:46:37 2011 -0400 dload: move curl option setting to static function Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit d64c409913720ed3fbf3713de621bbef4ea3bb49 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 13:42:53 2011 -0400 dload: add open_mode to payload struct This is a precursor to a following patch which will move the setting of options to a separate function. With the open mode as part of the struct, we can avoid modifying stack allocated variables. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 592ed13bce83afeeb8deff5a81dc782fdc32ac11 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 11:58:45 2011 -0400 dload: rename cd_filename to content_disp_name This is more in line with the menagerie of file name members that we now have on the payload struct. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 329a7b7e242e0e4594eec9f70db4bd82d116c1c2 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Aug 19 11:56:37 2011 -0400 dload: move tempfile and destfile to payload struct These are private to the download operation already, so glob them onto the struct. This is an ugly rename patch, with the only logical change being that destfile and tempfile are now freed by the payload_free function. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/dload.c | 221 ++++++++++++++++++++++++++++---------------------- lib/libalpm/dload.h | 5 +- 2 files changed, 128 insertions(+), 98 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org