Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-03 | privatise: make private functions static | Daniel Stenberg | |
2011-06-03 | Curl_fileinfo_dup: removed, not used | Daniel Stenberg | |
2011-06-03 | parsedate: turn private and static | Daniel Stenberg | |
I removed the prefix as well accordingly. | |||
2011-06-02 | curl hasn't sent a Pragma: header by default for a while | Dan Fandrich | |
2011-06-02 | unit tests: attempt to fix linkage issue | Yang Tse | |
2011-06-02 | urlglob: fix zero size malloc | Yang Tse | |
2011-06-02 | Remove unnecessary typecast | Yang Tse | |
2011-06-02 | compiler warning: fix | Yang Tse | |
Fix compiler warning: cast increases required alignment | |||
2011-06-02 | unit tests: make unit tests building actually depend on --enable-debug option. | Yang Tse | |
2011-06-02 | OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage. | Yang Tse | |
2011-06-01 | unit tests: more build adjustments | Yang Tse | |
2011-06-01 | CURLOPT_WILDCARDMATCH: minor style edit | Daniel Stenberg | |
Due to some flaw in roffit I removed some style changes to make the web page look better. | |||
2011-06-01 | makefile: avoid preprocessor definition usage when linking | Yang Tse | |
2011-06-01 | warnless: icc 9.1 workaround | Yang Tse | |
2011-05-31 | testcurl.pl: allow configure args to use '=' | Daniel Stenberg | |
2011-05-30 | Makefile.am: fix spurious CFLAGS duplication | Yang Tse | |
2011-05-30 | Removed types.h from Android makefile | Dan Fandrich | |
2011-05-30 | configure.ac: skip /dev/urandom check when cross-compiling | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=3307835 | |||
2011-05-29 | main: fix header inclusion order | Yang Tse | |
Currently, Windows cross-compiled autobuilds require inclusion of setup.h before curl.h to get definitions of CURL_STATICLIB and BUILDING_LIBCURL. | |||
2011-05-29 | main: fix header inclusion order | Yang Tse | |
2011-05-27 | distribution: Fix EXTRA_DIST letter case | Yang Tse | |
2011-05-27 | curl_easy_setopt.3: NOPROGRESS also affects the callback | Daniel Stenberg | |
2011-05-27 | warnless: header inclusion fix | Yang Tse | |
2011-05-26 | Make checksrc.pl work on more out-of-tree builds | Yang Tse | |
Source files given with relative paths do not have the -D directory specifier prepended. | |||
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: conversion may lose significant bits | |||
2011-05-26 | socks: fix unaligned memory access | Yang Tse | |
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2011-05-25 | unit tests: build adjustment | Yang Tse | |
Also define UNITTESTS macro when building unit test sources. Fixing compiler warning: external definition with no prior declaration | |||
2011-05-25 | create_conn: only switch protocol handler if necessary | Daniel Stenberg | |
When switching to HTTP because a HTTP proxy is being used, the existing handler is now checked if it already is "compatible". This allows the https handler remain while other non-http handlers will be redirected. Bug: http://curl.haxx.se/mail/lib-2011-05/0214.html Reported by: Jerome Robert | |||
2011-05-25 | setopt.3: remove leftover style change | Daniel Stenberg | |
2011-05-25 | setopt.3: CURLOPT_WRITEFUNCTION had wrong function proto | Daniel Stenberg | |
2011-05-25 | compiler warning: fix followup | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2011-05-24 | unit tests: README, adjust header inclusion order | Yang Tse | |
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: external definition with no prior declaration | |||
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: external definition with no prior declaration | |||
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: argument is incompatible with corresponding format string conversion | |||
2011-05-24 | build: inclusion guard | Yang Tse | |
Enclose header file in an inclusion guard | |||
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: expression has no effect | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix compiler warning: `keycheck' might be used uninitialized in this function. Fix compiler warning: `keybit' might be used uninitialized in this function. | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix variable declaration placement | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix missing semicolon | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix compiler warning: expression has no effect Fix OOM handling | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix compiler warning: expression has no effect | |||
2011-05-23 | compiler warning: fix | Yang Tse | |
Fix compiler warning: unused variable 'data' | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type |