| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the way we detect if get_pac correctly aborted on our server trying
to send a > 102400 byte long stream (which we do to avoid malicious pac
files/wpad server to buffer overflow us).
Replace assert calls with proper error handling, which avoids the server
from hanging (the write command to send the quit was wrapped in
assert()).
When not building for a Debug release with CMAKE, the -DNDEBUG is being
specified, which in turn disables the assert macro.
Fixes bug 189.
git-svn-id: http://libproxy.googlecode.com/svn/trunk@878 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
|
|
|
| |
This should help in preventing regression that could lead to new security
issues. This unit test only runs on Unix for now.
git-svn-id: http://libproxy.googlecode.com/svn/trunk@861 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@846 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@770 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@767 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@747 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@740 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@694 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
|
|
| |
external libmodman ; please test
git-svn-id: http://libproxy.googlecode.com/svn/trunk@693 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@685 c587cffe-e639-0410-9787-d7902ae8ed56
|
| |
|
|
| |
git-svn-id: http://libproxy.googlecode.com/svn/trunk@683 c587cffe-e639-0410-9787-d7902ae8ed56
|
|
|
git-svn-id: http://libproxy.googlecode.com/svn/trunk@679 c587cffe-e639-0410-9787-d7902ae8ed56
|