projects
/
platform
/
upstream
/
curl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/curl.git
2009-10-10
Yang Tse
Fix compiler warning: loop without body
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Yang Tse
Fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Yang Tse
Fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Yang Tse
Fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Yang Tse
Attempt to silence bogus compiler warning: "Potential...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Yang Tse
Fix compiler warning: addition result could be truncate...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Kamil Dudka
fix gcc warnings in lib/nss.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Yang Tse
Overhauled ares__get_hostent()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Gunter Knauf
removed NSS README since the mentioned problems are...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Yang Tse
Fix vc-x64 target having MACHINE= wrongly positioned...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Yang Tse
Fix comment
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Yang Tse
Fix ssize_t redefinition errors on WIN64 reported by...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Dan Fandrich
Minix has new build prerequisites using autoconf 2.64
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Yang Tse
more files to ignore
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Daniel Stenberg
- Tom Mueller correctly reported in bug report #2870221
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Daniel Stenberg
mention some alternative method names in the docs for...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Daniel Stenberg
mention "quiet" for the --silent option to get easier...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Daniel Stenberg
- Constantine Sapuntzakis: The current implementation...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-29
Yang Tse
Check if _REENTRANT definition is required to
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Dan Fandrich
Removed some extraneous carriage return characters
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Yang Tse
fix compiler warning: conversion from "long" to "size_t...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Yang Tse
libcurl private function Curl_memrchr() now in curl_mem...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Yang Tse
Added check for memrchr function or macro
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Daniel Stenberg
tiny indent fix
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Daniel Stenberg
- I introduced a maximum limit for received HTTP header...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Daniel Stenberg
unify two very similar code sections into one single...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Daniel Stenberg
- John P. McCaskey posted a bug report that showed...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Daniel Stenberg
added test 1105 (disabled) - it repeats a cookie path...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Kamil Dudka
- Implemented a protocol independent way to specify...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Daniel Stenberg
minor whitespace edit
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Daniel Stenberg
- Chris Mumford filed bug report #2861587
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Dan Fandrich
Changed the default OpenSSL include path
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Yang Tse
fix compiler warning: end-of-loop code not reached
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Yang Tse
fix compiler warning: variable "sni" was set but never...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Daniel Stenberg
revert HPUX change since it already works fine
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Daniel Stenberg
builds thread-safer on HPUX
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Daniel Stenberg
- HPUX does need _REENTRANT too to build really thread...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Gunter Knauf
added section for libcurl builds with NSS SSL support.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Gunter Knauf
added support for new SQLite cert database format:...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Gunter Knauf
added aditional check for the directory specified with...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Yang Tse
fix compiler warning: comparison between signed and...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Daniel Stenberg
added three missing files to the dist archive
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
fix compiler warning: enumerated type mixed with anothe...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
Attempt to silence bogus compiler warning: "Potential...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
fix compiler warning: conversion to 'size_t' from ...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
Moved Curl_rand() and Curl_srand() code from formdata...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
remove line obsoleted with previous commit
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Yang Tse
Attempt to silence bogus compiler warning: "Potential...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Daniel Stenberg
- Sven Anders reported that we introduced a cert verfic...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Yang Tse
Attempt to silence bogus compiler warning: "Potential...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Yang Tse
Attempt to silence bogus compiler warning: "Potential...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Dan Fandrich
Moved the libssh2 checks after the SSL library checks...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Dan Fandrich
Provide instructions on creating curl_config.h
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Yang Tse
mention last changes
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Yang Tse
Some systems poll function sets POLLHUP in revents...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Yang Tse
Revert Joshua Kwan's patch committed 11 Sep 2009.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dan Fandrich
Added HTTP proxy keyword
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Yang Tse
ignore more files
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Dan Fandrich
Renumbered test565 to test1104 to move it out of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Daniel Stenberg
point to the current functions, not the deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Gunter Knauf
Joshua Kwan provided a patch to pass POLLERR / POLLHUP...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Daniel Stenberg
- Claes Jakobsson fixed a problem with cookie expiry...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Gunter Knauf
use stderr for error output.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Gunter Knauf
fixed spelling.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Gunter Knauf
added debug output for NSS certpath.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Gunter Knauf
changed NetWare makefiles to rely on SHELL rather than...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Gisle Vanem
Suppress warnings about unused prototypes in Watt32...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Gisle Vanem
Update email address.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Gisle Vanem
Update my email address. Add ares_config.h as dependenc...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Yang Tse
T_SRV portability check
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Gunter Knauf
added casts to silent compiler warning on 64bit systems.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Gunter Knauf
use our define struct_stat to be compatible with largef...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Gunter Knauf
added base64.h include to silent warnings about missing...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Gunter Knauf
language! / take2
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Gunter Knauf
changed includes to match style how we do with all...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Daniel Stenberg
add ftpgetinfo
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Daniel Stenberg
Make CURLOPT_FTPPORT support an additional port number
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Gunter Knauf
added ftpgetinfo sample since users asked frequently...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Gunter Knauf
changed u_int16_t to unsigned short because it is the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Gisle Vanem
Replace 'uint16_t' with 'u_int16_t' since the latter...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Gisle Vanem
Added 'ares_parse_srv_reply.obj'. Added definition...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Daniel Stenberg
- Jakub Hrozek added ares_parse_srv_reply() for SRV...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Gunter Knauf
added --with-nss to configure output.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Gunter Knauf
added MSVC6 caveats.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Gunter Knauf
added chkspeed to samples.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Gunter Knauf
updated MingW32 makefile for recent external libs.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Daniel Stenberg
fix copyright year
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Daniel Stenberg
provide and export Curl_parsedate() as a library-wide...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Daniel Stenberg
language!
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Daniel Stenberg
- Daniel Johnson founded a flaw in the code convering...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Daniel Stenberg
extended CURL_CHECK_PKGCONFIG to check for a host-speci...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Daniel Stenberg
spell out that when running_handles is zero, there...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Daniel Stenberg
comment the "stunnel exited with [num]" stuff since...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Daniel Stenberg
- Peter Sylvester made a debug featuer for Curl_resolv...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Daniel Stenberg
a failed libssh2 check must not pollute the variables
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Daniel Stenberg
clarify: building outside of the source tree is not...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Daniel Stenberg
- configure now tries to use pkg-config for a number...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Daniel Stenberg
73. if a connection is made to a FTP server but the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Daniel Stenberg
- When using the multi interface with FTP and you asked...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Patrick Monnerat
Added a warning comment about curlbuild.h inclusion...
commit
|
commitdiff
|
tree
|
snapshot
next