summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-277-48/+121
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-181-6/+2
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-133-8/+64
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-132-26/+43
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-281-0/+8
* Fix typo.John Mark Bell2006-12-282-2/+2
* Add URLdb destruction functionalityJohn Mark Bell2006-12-082-0/+143
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-032-8/+6
* Lose debug.Richard Wilson2006-12-011-16/+0
* Fix 1535120, 1528673Richard Wilson2006-12-011-34/+60
* Fix 1597646Richard Wilson2006-12-011-8/+17
* Fix 1563546, plug possible memory leak.Richard Wilson2006-12-011-5/+5
* Update project URL.Michael Drake2006-11-279-9/+9
* Documentation moved to Docs/01-contentJames Bursa2006-11-111-88/+0
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
* Ensure urldb_add_path always has a path.John Mark Bell2006-09-171-14/+23
* Lower overhead of urldb calls by using url component calls.Richard Wilson2006-09-021-104/+84
* Experimental new frames code.Richard Wilson2006-09-023-1/+67
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36
* Fix edge case in cookie search code when handling Path=/fooJohn Mark Bell2006-07-171-4/+39
* Allow the user to delete cookies.Richard Wilson2006-07-162-1/+54
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ...Richard Wilson2006-07-162-8/+9
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-0/+5
* Further url completion fixesRichard Wilson2006-07-131-2/+2
* Fix url completionRichard Wilson2006-07-131-7/+11
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-132-48/+95
* Don't cache curl handles that were used to fetch https URLs; with any John Mark Bell2006-07-091-2/+6
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-0/+8
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-1/+5
* Fix conversion of URLs beginning "file://". Additionally, John Mark Bell2006-07-011-6/+2
* Relax domain matching to allow host a.com to match .a.comJohn Mark Bell2006-07-011-2/+12
* Fix crash when url_* failsJohn Mark Bell2006-06-291-12/+20
* Only accept cookies from cookie-enabled transactionsJohn Mark Bell2006-06-291-1/+2
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-242-235/+224
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-193-10/+1006
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17
* Provide persistent flag for urldb entries.John Mark Bell2006-06-142-4/+26
* Fix off-by-one error in search routines which caused crashes with John Mark Bell2006-06-141-5/+5
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-0/+7
* Make static function names consistent.James Bursa2006-04-161-14/+14
* Ignore scheme when performing partial matchJohn Mark Bell2006-04-151-1/+6
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-152-0/+20
* Fix host match functionsJohn Mark Bell2006-04-151-9/+10