index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2003-03-03
output the md5sum as the last step
Daniel Stenberg
2003-03-03
Added share.obj
Daniel Stenberg
2003-03-03
moved the disable-thread warning to the switch code so that the AIX 4.3
Daniel Stenberg
2003-03-03
Detect AIX 4.3 or later, and if found disable the check for the thread-safe
Daniel Stenberg
2003-03-03
AIX 4.3 or later should use gethostbyname() and not the *_r() version.
Daniel Stenberg
2003-03-03
Added typecast to please the MSVC compiler.
Daniel Stenberg
2003-03-03
another typecast added to please the borland compiler
Daniel Stenberg
2003-03-03
Add (void) on our uses of the swrite() macro when we don't read the return
Daniel Stenberg
2003-03-02
Init postdata properly before issuing a request, so that there isn't any
Daniel Stenberg
2003-03-02
moved a variable declaration to remove a compiler warnings with the MSVC
Daniel Stenberg
2003-02-28
include the engine stuff
Daniel Stenberg
2003-02-28
Andres Garcia Garcia updated to build with the most recent OpenSSL and
Daniel Stenberg
2003-02-28
James Bursa made it compile on RISC OS as well.
Daniel Stenberg
2003-02-28
James Bursa wrote a section about cross-compiling for RISC OS
Daniel Stenberg
2003-02-28
the strequal and strnequal should now be called with the proper curl_ prefix
Daniel Stenberg
2003-02-28
Removed the defines for strequal() and strnequal().
Daniel Stenberg
2003-02-28
recent stuff
Daniel Stenberg
2003-02-28
mention what happens if size is set to -1
Daniel Stenberg
2003-02-28
spell out that POSTFIELDS should be url-encoded in most cases
Daniel Stenberg
2003-02-27
spell better
Daniel Stenberg
2003-02-27
Updated to better reflect reality. Also displays how the CURLMsg struct
Daniel Stenberg
2003-02-27
It appears that there are FTP-servers that return size 0 for files
Daniel Stenberg
2003-02-26
test138 is for RETR without size and without a working SIZE
Daniel Stenberg
2003-02-26
support <size>-1</size> to completely disable the SIZE command
Daniel Stenberg
2003-02-26
added support for RETRNOSIZE in the control file to tell RETR to not
Daniel Stenberg
2003-02-26
added a test case for RETR that doesn't get the size in the 150-reply
Daniel Stenberg
2003-02-26
added index.html
Daniel Stenberg
2003-02-26
random updates
Daniel Stenberg
2003-02-26
No longer loop to read multiple times before returning back from the transfer
Daniel Stenberg
2003-02-25
updated, now features less mentions about older versions
Daniel Stenberg
2003-02-25
better sslcerts link
Daniel Stenberg
2003-02-24
7.10.4-pre2 commit
Daniel Stenberg
2003-02-24
Fixes to bring back the the "Expect: 100-continue" functionality. If the
Daniel Stenberg
2003-02-24
Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher
Daniel Stenberg
2003-02-24
fixed language for limit-rate
Daniel Stenberg
2003-02-24
daily was weekly, added a little thing about feb 2003
Daniel Stenberg
2003-02-21
added an EXAMPLE section
Daniel Stenberg
2003-02-17
how to disable FTP PORT
Daniel Stenberg
2003-02-17
This script clearly misses to remove the build dir at times when it exits,
Daniel Stenberg
2003-02-17
mention --trace and --trace-ascii in the -v/--versbose section to remind
Daniel Stenberg
2003-02-14
mention more cacert magic
Daniel Stenberg
2003-02-14
Fix Curl_is_connected() even more to deal with waitconnect() return codes
Daniel Stenberg
2003-02-14
Matthew Clarke built curl on AIX 3.2.5
Daniel Stenberg
2003-02-14
include <sys/socket.h> to compile the fd_set stuff properly on all systems
Daniel Stenberg
2003-02-14
geterrno() renamed to ourerrno() to prevent the name clash that occurred in
Daniel Stenberg
2003-02-14
Martin C. Martin's fix for multi-interface connects to non-listening ports.
Daniel Stenberg
2003-02-13
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
Daniel Stenberg
2003-02-08
language
Daniel Stenberg
2003-02-06
include stdarg.h since we use va_* stuff
Daniel Stenberg
2003-02-05
I made curl run fine on a XScale/PXA250
Daniel Stenberg
[next]