summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.4.10libproxy-0.4.10nicolas.dufresne@gmail.com2012-10-150-0/+0
|
* Version 0.4.10nicolas.dufresne@gmail.com2012-10-152-1/+7
|
* Fix mixed used of tabs and space for indentationnicolas.dufresne@gmail.com2012-10-151-6/+6
|
* Add HTTP client unit testnicolas.dufresne@gmail.com2012-10-152-0/+265
| | | | This should help in preventing regression that could lead to new security issues. This unit test only runs on Unix for now.
* Add a .gitignore to ease life of the git svn usersnicolas.dufresne@gmail.com2012-10-151-0/+18
|
* Fix http chunk encoded PACnicolas.dufresne@gmail.com2012-10-151-5/+4
| | | | This has been broken in previous patch that tried fix an infinit loop that occured uppon truncated content.
* Version 0.4.9nicolas.dufresne@gmail.com2012-10-102-1/+6
|
* 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
| | | This fixes CVE CVE-2012-4504
* Version 0.4.8 (News)nicolas.dufresne@gmail.com2012-10-021-1/+2
|
* Version 0.4.8nicolas.dufresne@gmail.com2012-10-021-1/+1
|
* pkg-config: when we build static libs, we do require pthread and libm (note: ↵dominique.leuenberger@gmail.com2012-08-261-0/+1
| | | | this should be more dynamic, but so far we assume to require them in all places)
* Don't confuse ":" in path with a port dividernicolas.dufresne@gmail.com2012-07-052-0/+24
|
* Fix mix usage of new[] and newnicolas.dufresne@gmail.com2012-07-051-4/+4
|
* Don't use HTTP Connect for http:// schemenicolas.dufresne@gmail.com2012-07-052-2/+2
|
* Fix return NULL instead of falsenicolas.dufresne@gmail.com2012-07-051-1/+1
|
* Allow multiple result to be returned from static confignicolas.dufresne@gmail.com2012-07-0515-230/+292
|
* Change the way we decide upon pkg-config being available.dominique.leuenberger@gmail.com2012-05-042-1/+2
| | | | Fixes issue 179.
* NEWS for issue 177dominique.leuenberger@gmail.com2012-04-011-0/+1
|
* Speed up importing libproxy in python.dominique.leuenberger@gmail.com2012-04-012-9/+12
| | | | Fixes issue 177.
* python bindings: guard the destructor. In case the app is shut down, the ↵dominique.leuenberger@gmail.com2012-03-142-1/+3
| | | | destructor might run too late. Fixes issue 176.
* NEWS: Fixes issue 147dominique.leuenberger@gmail.com2012-03-101-0/+1
|
* Use instead of assuming libdl is the right name. Fixes issues 147.dominique.leuenberger@gmail.com2012-03-102-2/+2
|
* INSTALL: Document the use of BIPRdominique.leuenberger@gmail.com2012-03-101-0/+7
|
* Allow to forcibly build pacrunners as module.dominique.leuenberger@gmail.com2012-03-092-1/+2
| | | | | | | | | | | | | The default is to build the pacrunner internal to libproxy if only one pacrunner is to be built. Using -DBIPR{ON|OFF} it is now possible to override this and have a pacrunner built as module even if there is only one to be built. In case of multiple pacrunners, BIPR is being ignored and forcibly set to OFF. Fixes issue 172.
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-096-1/+8
|
* Fix issue 171: Argumets of dnsResolve_() are wrongdominique.leuenberger@gmail.com2012-03-092-1/+3
|
* Add NEWS entry for fixed issue 170dominique.leuenberger@gmail.com2012-02-051-0/+1
|
* Issue 170: need also check "Transfer-Encoding: chunked" for chunk for http pacdominique.leuenberger@gmail.com2012-02-051-1/+1
|
* NEWS: Add comment for issue#160dominique.leuenberger@gmail.com2011-11-021-0/+1
|
* build: install .pc file on OSX. Fixes issue#168dominique.leuenberger@gmail.com2011-11-022-1/+2
|
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
|
* Revert #824: too many local changes were applied.dominique.leuenberger@gmail.com2011-11-022-9/+4
|
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-022-4/+9
|
* Make sure GNOME2 setting is always visible in ccmakenicolas.dufresne2011-09-021-0/+1
|
* NEWS: Mention which bugs we closed so far on the road to 0.4.8dominique.leuenberger@gmail.com2011-08-111-0/+6
|
* Trim the ignore-values before comparing themdominique.leuenberger@gmail.com2011-08-081-0/+1
|
* typo: fix spelling of googe.com. Pointed out by Marcus Meissnerdominique.leuenberger@gmail.com2011-08-081-1/+1
|
* print suffix even if the list is emptynicolas.dufresne2011-07-281-1/+3
|
* INSTALL: Document use of WITH_GNOME3 and WITH_WEBKIT3dominique.leuenberger@gmail.com2011-06-291-2/+7
|
* Fix detection of libwebkit. pkg_config syntax can be harddominique.leuenberger@gmail.com2011-06-211-2/+2
|
* Support building with javascriptcoregtk 1.5 (split in webkitgtk 1.5, thus ↵dominique.leuenberger@gmail.com2011-06-202-1/+6
| | | | webkitgtk 1.5 does not build without this detection)
* Only support mozjs185 as valid mozilla pacrunner backend.dominique.leuenberger@gmail.com2011-06-202-11/+14
| | | | | | Xulrunner is no longer trackable from upstream due to the lightning fast movement of the Firefox source base. Also, Mozilla does not support usage of xulrunner from other apps.
* Version 0.4.7nicolas.dufresne2011-06-061-1/+1
|
* Remove unused mime type checknicolas.dufresne2011-06-061-8/+2
|
* NEWS for the SUSE config moduledominique.leuenberger@gmail.com2011-06-031-0/+1
|
* Issue 150: Add sysconfig parser for distributions using /etc/sysconfig for ↵dominique.leuenberger@gmail.com2011-06-033-0/+172
| | | | their 'admin' suites (openSUSE/SLE/EduLife for example The module is enabled when libproxy is being built on a system that has /etc/sysconfig to be found
* Fix issue 162: IP/CIDR based ignore patterns were mis-interpreted.dominique.leuenberger@gmail.com2011-05-191-5/+11
|
* pacutils: syncing function isInNet() (bmo#646509) and dateRange (bmo#419510) ↵dominique.leuenberger@gmail.com2011-05-031-23/+22
| | | | with mozilla source