Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse | |
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | |||
2012-12-25 | test 1504 and 1505: same as 1502 but with different cleanup sequences | Yang Tse | |
2012-12-23 | test 1503: same as 1502 but with a different cleanup sequence | Yang Tse | |
2012-12-23 | test 1502: OOM handling fixes | Yang Tse | |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | |
Inclusion of top two most included header files now done in setup_once.h | |||
2012-12-05 | libtest: fix some compiler warnings | Yang Tse | |
2012-11-18 | fixed memory leak: CURLOPT_RESOLVE with multi interface | Daniel Stenberg | |
DNS cache entries populated with CURLOPT_RESOLVE were not properly freed again when done using the multi interface. Test case 1502 added to verify. Bug: http://curl.haxx.se/bug/view.cgi?id=3575448 Reported by: Alex Gruz |