summaryrefslogtreecommitdiff
path: root/libproxy/modules/config_macosx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove dynamic exception specificationsMichael Catanzaro2020-08-121-1/+1
| | | | | | | | | C++98 called and it wants its dynamic exception specifications back! We'd better comply. https://en.cppreference.com/w/cpp/language/except_spec Fixes #127
* Fix Build on Mac OS X - Fixes bug 183dominique.leuenberger@gmail.com2013-08-271-3/+3
|
* Allow multiple result to be returned from static confignicolas.dufresne@gmail.com2012-07-051-10/+15
|
* Ported libproxy to new libmodman API/ABInicolas.dufresne2010-08-181-1/+1
| | | | This solves issue 133 by using real builtin modules instead of relying on symbols being visible in current process.
* Updated OS X proxy server scheme mapping.nicolas.dufresne2010-04-021-4/+2
| | | | RTSP protocol support proxying and does not rely on another protocol while Gopher relies on HTTP GET.
* rework libmodman to not use a struct in the module metadatanpmccallum2010-02-141-1/+1
|
* update config_macosx for smodnpmccallum2010-02-111-1/+1
|
* fix build on macosxnpmccallum2010-02-081-6/+4
|
* remove googlecode from the namespacenpmccallum2010-02-051-5/+5
|
* massive rework; split off libmodman; make unit tests for libmodman; remove ↵npmccallum2010-02-051-3/+2
| | | | config_wpad; remove config_file (both intenal and module); remove config ordering support; merge lukas' kde plugin rework
* config_w32reg actually works now, including ignore support; other misc win32 ↵npmccallum2010-02-041-1/+1
| | | | fixes
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-1/+1
|
* macosx: disable RTSP/Gopher for now, fix memory leak, add support for ↵npmccallum2010-01-191-7/+23
| | | | ExcludeSimpleHostnames
* config_macosx fixes and TODOsnpmccallum2010-01-191-4/+17
|
* rework config_macosx module a bit and add ignore supportnpmccallum2010-01-191-26/+35
|
* first stab at a config_macosx modulenpmccallum2010-01-181-0/+133