- Sep 10, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
problem with it (SIGSEGV-style). It clearly showed that the existing socket-state and state-difference function wasn't good enough so I rewrote it and could then re-run Jeff's program without any crash. The previous version clearly could miss to tell the application when a handle changed from using one socket to using another. While I was at it (as I could use this as a means to track this problem down), I've now added a 'magic' number to the easy handle struct that is inited at curl_easy_init() time and cleared at curl_easy_cleanup() time that we can use internally to detect that an easy handle seems to be fine, or at least not closed or freed (freeing in debug builds fill the area with 0x13 bytes but in normal builds we can of course not assume any particular data in the freed areas).
-
Daniel Stenberg authored
"dump" a hash table which is useful when tracking problems with data stored in one of our hashes.
-
- Sep 09, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Daniel Stenberg authored
don't expect fully qualified names we need to cut them off at the first dot.
-
Daniel Stenberg authored
-
- Sep 08, 2006
-
-
Daniel Stenberg authored
of them can be completetly removed though...
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Sep 04, 2006
-
-
Daniel Stenberg authored
for easier future error-tracking.
-
- Sep 03, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1551412Daniel Stenberg authored
while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now acknowledges the timeout for connection and it no longer segfaults in the case when SOCKS requires authentication and you did not specify username:password.
-
Gisle Vanem authored
" !defined(__GNUC__) || defined(__MINGW32__)" implies CygWin.
-
- Aug 31, 2006
-
-
Daniel Stenberg authored
name resolves. It could get stuck in the wrong state.
-
- Aug 30, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Aug 29, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
allow applications to set their own socket options.
-
- Aug 25, 2006
-
-
Daniel Stenberg authored
properly if you removed a "live" handle from a multi handle with curl_multi_remove_handle().
-
- Aug 22, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code when doing pure ipv6 EPRT connections.
-
- Aug 21, 2006
-
-
Dan Fandrich authored
-
- Aug 19, 2006
-
-
Daniel Stenberg authored
command on subsequent requests on a re-used connection unless it has to.
-