History log of /curl/ (Results 26926 – 26950 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a00f9b0912-May-2005 Daniel Stenberg

spell

5f538ce312-May-2005 Daniel Stenberg

typecast to fix warning on 64bit systems

ebcaa3d512-May-2005 Daniel Stenberg

warn about bad -z syntax

60e2619911-May-2005 Daniel Stenberg

MatrixSSL and yaSSL are two free libs we _could_ support

11defd1811-May-2005 Daniel Stenberg

mention the select() error fix as well

c82c169111-May-2005 Daniel Stenberg

the new HTTP headers

364562f211-May-2005 Daniel Stenberg

removed duplicate

5d9fc28f11-May-2005 Daniel Stenberg

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request ov

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request over proxy:

- "Pragma: no-cache" is used (like before)
- "Proxy-Connection: Keep-alive" (for older style 1.0-proxies)

C) CONNECT HTTP request over proxy:

- "Host: [name]:[port]"
- "Proxy-Connection: Keep-alive"

show more ...


lib/http.c
tests/data/test1
tests/data/test10
tests/data/test11
tests/data/test12
tests/data/test13
tests/data/test14
tests/data/test15
tests/data/test150
tests/data/test151
tests/data/test152
tests/data/test153
tests/data/test154
tests/data/test155
tests/data/test156
tests/data/test157
tests/data/test158
tests/data/test159
tests/data/test16
tests/data/test160
tests/data/test162
tests/data/test163
tests/data/test164
tests/data/test165
tests/data/test166
tests/data/test167
tests/data/test168
tests/data/test169
tests/data/test17
tests/data/test170
tests/data/test171
tests/data/test172
tests/data/test173
tests/data/test174
tests/data/test175
tests/data/test176
tests/data/test177
tests/data/test178
tests/data/test179
tests/data/test18
tests/data/test180
tests/data/test181
tests/data/test183
tests/data/test184
tests/data/test185
tests/data/test186
tests/data/test187
tests/data/test188
tests/data/test189
tests/data/test192
tests/data/test193
tests/data/test194
tests/data/test197
tests/data/test198
tests/data/test199
tests/data/test2
tests/data/test206
tests/data/test207
tests/data/test208
tests/data/test209
tests/data/test213
tests/data/test214
tests/data/test217
tests/data/test218
tests/data/test22
tests/data/test220
tests/data/test221
tests/data/test222
tests/data/test223
tests/data/test224
tests/data/test233
tests/data/test234
tests/data/test239
tests/data/test24
tests/data/test240
tests/data/test241
tests/data/test242
tests/data/test243
tests/data/test245
tests/data/test246
tests/data/test249
tests/data/test25
tests/data/test256
tests/data/test257
tests/data/test258
tests/data/test259
tests/data/test26
tests/data/test27
tests/data/test28
tests/data/test29
tests/data/test3
tests/data/test30
tests/data/test300
tests/data/test301
tests/data/test303
tests/data/test304
tests/data/test306
tests/data/test31
tests/data/test32
tests/data/test33
tests/data/test34
tests/data/test36
tests/data/test37
tests/data/test38
tests/data/test39
tests/data/test4
tests/data/test40
tests/data/test42
tests/data/test43
tests/data/test44
tests/data/test45
tests/data/test46
tests/data/test47
tests/data/test48
tests/data/test49
tests/data/test5
tests/data/test50
tests/data/test500
tests/data/test503
tests/data/test508
tests/data/test509
tests/data/test51
tests/data/test510
tests/data/test512
tests/data/test513
tests/data/test514
tests/data/test515
tests/data/test516
tests/data/test518
tests/data/test519
tests/data/test52
tests/data/test522
tests/data/test523
tests/data/test53
tests/data/test54
tests/data/test55
tests/data/test56
tests/data/test57
tests/data/test58
tests/data/test59
tests/data/test6
tests/data/test60
tests/data/test61
tests/data/test62
tests/data/test63
tests/data/test64
tests/data/test65
tests/data/test66
tests/data/test67
tests/data/test68
tests/data/test69
tests/data/test7
tests/data/test70
tests/data/test71
tests/data/test72
tests/data/test73
tests/data/test74
tests/data/test77
tests/data/test78
tests/data/test79
tests/data/test8
tests/data/test80
tests/data/test81
tests/data/test82
tests/data/test83
tests/data/test84
tests/data/test85
tests/data/test86
tests/data/test88
tests/data/test89
tests/data/test9
tests/data/test90
tests/data/test91
tests/data/test92
tests/data/test93
tests/data/test94
tests/data/test95
tests/data/test97
tests/data/test98
tests/data/test99
e5ec5c2811-May-2005 Daniel Stenberg

prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't exist

a90e33ad10-May-2005 Daniel Stenberg

Hm, this doesn't feel right. The error bits returned from Curl_select() can
be returned at times when we want to ignore them. Test case 160 fails on Linux,
so I modify the comparison to check

Hm, this doesn't feel right. The error bits returned from Curl_select() can
be returned at times when we want to ignore them. Test case 160 fails on Linux,
so I modify the comparison to check for _only_ the error bit set...

show more ...

62ab21ce10-May-2005 Daniel Stenberg

me stupid, errno is not set for mere select()-exceptions

cc8e8db110-May-2005 Daniel Stenberg

include protos to fix warnings

b19cba2010-May-2005 Daniel Stenberg

If Curl_select() returns with the error bit set, bail out.

315a9c9510-May-2005 Daniel Stenberg

prevent 64bit warnings

e010ac9710-May-2005 Daniel Stenberg

allow the ares/config.h display to fail

e4c0a85d09-May-2005 Daniel Stenberg

Jeremy Brown's OpenSSL thread-locking example

d3e4cdd509-May-2005 Daniel Stenberg

new counter

763b812d09-May-2005 Daniel Stenberg

Jamie Lokier added. And I now recounted the amount better: 437 named as of now.

3269dfb409-May-2005 Daniel Stenberg

update the "PORTS" section a little

e816bd2509-May-2005 Daniel Stenberg

add multi-thread details for GnuTLS

a295408e09-May-2005 Daniel Stenberg

new mirror, added amount of contributors

42a34c7c09-May-2005 Daniel Stenberg

Jeff is short for Jeffrey

9a72751909-May-2005 Daniel Stenberg

updated with the current RELEASE-NOTES names

314e6fa809-May-2005 Daniel Stenberg

I decided to make this list more complete. I took the 5-year anniversary list
from 2003 and added all names from all release notes in the CVS (there is a
slight gap though). I removed names w

I decided to make this list more complete. I took the 5-year anniversary list
from 2003 and added all names from all release notes in the CVS (there is a
slight gap though). I removed names with only first names (Like "Chris" and
"Ralph") , as that won't make anyone happy and we might list their full names
as well anyway.

This list is now intended to include _all_ people that contribute: big or
small. 389 names at the time of this commit.

show more ...

b2b66f7409-May-2005 Daniel Stenberg

no need to display src/config.h anymore since it is a duplicate of lib/config.h
but we could use having a look at ares/config.h when that is used

1...<<1071107210731074107510761077107810791080>>...1351