summaryrefslogtreecommitdiff
path: root/libproxy/url.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks. Fixes issue 185.dominique.leuenberger@gmail.com2012-12-101-0/+2
* Fix mixed used of tabs and space for indentationnicolas.dufresne@gmail.com2012-10-151-6/+6
* Fix http chunk encoded PACnicolas.dufresne@gmail.com2012-10-151-5/+4
* Fix usage of delete instead of delete[]nicolas.dufresne@gmail.com2012-10-101-1/+1
* Fix potential infinit loop uppon network errornicolas.dufresne@gmail.com2012-10-101-2/+5
* Fix buffer overflow downloading large pac filenicolas.dufresne@gmail.com2012-10-101-1/+2
* Don't confuse ":" in path with a port dividernicolas.dufresne@gmail.com2012-07-051-0/+2
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-091-0/+1
* Issue 170: need also check "Transfer-Encoding: chunked" for chunk for http pacdominique.leuenberger@gmail.com2012-02-051-1/+1
* Remove unused mime type checknicolas.dufresne2011-06-061-8/+2
* Fix issue 159: a pac http://address.pac.com is valid and should be treated as...dominique.leuenberger@gmail.com2011-04-081-1/+1
* fix invalid size read in fstat()npmccallum2011-02-061-7/+5
* fix mismatched delete[]npmccallum2011-02-061-1/+1
* Get url from file: Initialize the buffer to 0, to not have garbage. dominique.leuenberger@gmail.com2011-02-061-0/+1
* Avoid using static constructor in shared librarynicolas.dufresne2011-01-031-7/+0
* Avoid sending negative values to isalnum()nicolas.dufresne2010-10-061-1/+1
* Don't read NULL character in url::encodenicolas.dufresne2010-10-061-1/+1
* Avoid to read the NULL character in stringsnicolas.dufresne2010-10-061-3/+4
* two more win32 fixesnpmccallum2010-09-261-1/+1
* Avoid reading one too far inside a std::stringnicolas.dufresne2010-09-011-1/+2
* Fixed crash in URL parsenicolas.dufresne2010-08-201-3/+3
* Make sure authority_end is not nposnicolas.dufresne2010-07-221-0/+2
* Implemented url::encode() and unit testnicolas.dufresne2010-06-021-0/+22
* Rewrite url parser classnicolas.dufresne2010-06-011-145/+206
* Fix URL reassembly so we keep @ and : is presentnicolas.dufresne2010-05-171-2/+9
* Added {} at the end of loops that does nothingnicolas.dufresne2010-03-291-1/+1
* fix build errors for openSuSEnpmccallum2010-03-061-11/+11
* fix file:// urls for pacsnpmccallum2010-03-061-1/+1
* correct some delete references; fixes issue 91; patch from Erik van Pienbroeknpmccallum2010-03-051-8/+8
* fix all symbols with a leading '_'npmccallum2010-02-241-16/+16
* make pac fetching work on win32npmccallum2010-02-221-2/+4
* fixed a url crashernpmccallum2010-02-221-7/+7
* fix a crashernpmccallum2010-02-221-0/+7
* remove googlecode from the namespacenpmccallum2010-02-051-12/+5
* massive rework; split off libmodman; make unit tests for libmodman; remove co...npmccallum2010-02-051-0/+1
* Fix compilation warnings on win32npmccallum2010-01-231-2/+2
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-23/+31
* fix for parsing ports out of IPv6 URLs; fixes issue 76npmccallum2010-01-221-5/+12
* support chunked encoding when fetching a PAC; fixes #77npmccallum2010-01-221-5/+35
* fix unix breakage from win32 build fixesnpmccallum2010-01-221-2/+0
* the "OMG, I think it builds on win32!" commitnpmccallum2010-01-211-53/+118
* misc win32 compilation fixesnpmccallum2010-01-191-1/+6
* re-enable kde module; fix lots of warningsnpmccallum2010-01-171-3/+2
* make code more c++ish (major rework)npmccallum2010-01-171-290/+226
* build using c++npmccallum2010-01-171-0/+374