File History
Not logged in

History of src/http_transport.c

2009-11-09
15:32:32 [bc7f5938ff] part of check-in [16f6fd904a] Add SSL support. (By: dmitry on 2009-11-09 15:32:32) [diff] [annotate]
2009-09-22
07:49:39 [a410394220] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate]
2009-09-16
21:29:18 [a410394220] part of check-in [0eb08b860c] Change more system() calls into portable_system() in an effort to fix path quoting problems on windows. (By: drh on 2009-09-16 21:29:18) [diff] [annotate]
2009-09-10
23:00:22 [bc6bc305c4] part of check-in [aeaee1f385] Add extra quoted to system() calls on windows. Ticket [8d073be8808b]. Also update to the latest SQLite. (By: drh on 2009-09-10 23:00:22) [diff] [annotate]
2009-08-12
14:41:32 [409df8860f] part of check-in [79be9028eb] Keep track of total network traffic for a sync and report the totals at the end of the sync. (By: drh on 2009-08-12 14:41:32) [diff] [annotate]
2009-06-25
12:26:28 [4a0b5a79aa] part of check-in [2554ba460d] Potential fix for [40df1ced7e]. (By: drh on 2009-06-25 12:26:28) [diff] [annotate]
2009-04-24
18:40:03 [cbbda92e40] part of check-in [767ae79c3d] There is some bug in the new HTTP transport layer. The easiest solution is to close the TCP connection after each round trip, which is what this check-in does. (By: drh on 2009-04-24 18:40:03) [diff] [annotate]
2009-04-11
13:07:01 [7621af4b14] part of check-in [a742cfa292] Actually get the "file:" transport working this time. (By: drh on 2009-04-11 13:07:01) [diff] [annotate]
12:51:44 [4dcbc27ce8] part of check-in [945ecd1a8b] Add support for "file:" URLs on push, pull, and sync. (By: drh on 2009-04-11 12:51:44) [diff] [annotate]
2009-03-30
01:12:04 [6002b9785d] part of check-in [63ef585508] Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. (By: drh on 2009-03-30 01:12:04) [diff] [annotate]
00:58:20 [e1307014ad] part of check-in [327823e39b] Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. (By: drh on 2009-03-30 00:58:20) [diff] [annotate]
00:31:56 [e1a8cc2e75] part of check-in [737e76a69f] Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. (By: drh on 2009-03-30 00:31:56) [annotate]