Andreas Pauley
e9d877a7a4
Turn warnings into errors
преди 11 години
Chandrashekhar Mullaparthi
2a83308f15
Merge pull request #102 from apauley/dialyzer_makefile
Add dialyzer target to Makefile
преди 11 години
Andreas Pauley
8fba691c95
Add dialyzer target to the Makefile
преди 11 години
Chandrashekhar Mullaparthi
5c01b5e515
Fix for issue #101
преди 11 години
Chandrashekhar Mullaparthi
2e13b63788
Merge branch 'master' of https://github.com/cmullaparthi/ibrowse
преди 11 години
Chandrashekhar Mullaparthi
bbad869ea5
Merge pull request #100 from Vagabond/adt-connection_close
Retry requests when the worker has the connection close
преди 11 години
Andrew Thompson
07d1d75d54
Retry requests when the worker has the connection close
When a tcp_closed or ssl_closed message is handled while ibrowse is
trying to send a request to a worker, ibrowse would incorrectly return a
req_timedout message, when, in fact, the request had not even been
handled.
This patch attempts to avoid that race condition by signalling tcp or
ssl closed messages back to ibrowse differently than a normal exit.
преди 11 години
Chandrashekhar Mullaparthi
866b0ff5ac
Merge pull request #99 from f355/master
Allow comma-separated list in Transfer-Encoding response header.
преди 11 години
Konstantin Tcepliaev
d785607a90
Allow comma-separated list in Transfer-Encoding response header.
This should, for example, allow user to specify "TE: gzip" header in request and unzip response body manually.
преди 11 години
Stuart Coyle
26ce366296
allow_303_with_no_body option allows 303 responses to have no body
преди 11 години
Stuart Coyle
8183263d61
Allow 303 redirect to have no Content-Length header.
преди 11 години
Chandrashekhar Mullaparthi
208277b69f
Merge pull request #96 from presidentua/master
Added Socks5
преди 12 години
presidentua
2a5e7503f2
fix typo in name of module ibrowse_socks5
преди 12 години
presidentua
d8150feeaf
add socks5 support
преди 12 години
Chandrashekhar Mullaparthi
1686f5e153
Merge branch 'master' of https://github.com/cmullaparthi/ibrowse
преди 12 години
Chandrashekhar Mullaparthi
af5eebd9f5
Merge pull request #95 from AeroNotix/master
Fixed up documentation
преди 12 години
AeroNotix
005dcc8ad8
Added a Makefile target to more easily build the documentation.
There's no need for this not to be here since it's a very common
operation when retrieving new dependencies. In fact, it's the first
thing I did.
преди 12 години
AeroNotix
b038c416c5
Specify in greater detail what we want to ignore in the documentation folder.
преди 12 години
AeroNotix
cc9df4fbb4
Ignore the build documentation files.
преди 12 години
AeroNotix
74bb7933df
Fixed documentation errors
I fixed the documentation errors in order to get them to build I made
a cursory check through the source to ensure that they were correct
and it seems like they are so I submit this patch.
преди 12 години
Chandrashekhar Mullaparthi
d8178da488
Added option return_raw_request. To be used by clients if they want to know the exact request which was sent to the server
преди 12 години
Chandrashekhar Mullaparthi
b2c3f404ea
Merge pull request #91 from flycodepl/bug/async_timeout_message.issue86
send message after async response timeout
преди 12 години
Paul Peter Flis
cd6a380d6f
send message after async response timeout
преди 12 години
Chandrashekhar Mullaparthi
e8ae353c16
Tagging master with new version 4.0.2
преди 12 години
Chandrashekhar Mullaparthi
69c94d3cf1
Merge pull request #88 from pib/master
Comment example proxy setting from default ibrowse.conf
преди 12 години
Paul Bonser
4d41cddbad
[ fixes #87 ] Don't set proxy settings by default
преди 12 години
Chandrashekhar Mullaparthi
de1cb06c9c
Merge pull request #85 from dis/binary-headers
allow binary header values
преди 12 години
dis
bf362ac19c
allow binary header values
преди 12 години
Chandrashekhar Mullaparthi
76692df488
Merge pull request #83 from maruthavanan/master
Update counter crashed when select process shutdown.
преди 12 години
maruthavanan
f7a98b1ef9
Update src/ibrowse_lb.erl
преди 12 години
maruthavanan
7c55ac9fc6
Update src/ibrowse_lb.erl
ets update counter throws exception when the corresponding process has already shutdown. Added line fee to L248
преди 12 години
maruthavanan
bb9fe3078e
Update src/ibrowse_lb.erl
ets:update_counter crashes when select process has shutdown.
преди 12 години
Chandrashekhar Mullaparthi
de0c933678
Merge pull request #82 from norton/norton-xref-n-test
xref and test changes
преди 12 години
Joseph Wayne Norton
a3e64d54f7
Deprecate test/Makefile
преди 12 години
Joseph Wayne Norton
9612a2fe63
Add xref Makefile target
Move src/ibrowse_test.erl file to the test directory.
преди 12 години
Chandrashekhar Mullaparthi
67d3bcbf18
Merge pull request #75 from norton/dev
Add worker_process_options for start and start_link purposes
преди 12 години
Joseph Wayne Norton
1a80940891
Add worker_process_options for start and start_link purposes
Typically used to specify non-default, garbage collection options.
преди 12 години
Chandrashekhar Mullaparthi
61bef107f0
Merge pull request #76 from Ubiquiti-TeleFi/appfile
Changes to app file and remove compile warnings
преди 12 години
Paul Oliver
d04d2078ca
Remove unused variable
преди 12 години
Paul Oliver
225568e4f2
Add registered procs and let rebar handle modules list
преди 12 години
Chandrashekhar Mullaparthi
9b8b042fb7
Fixed issue #67 with eyes wide open
преди 12 години
Chandrashekhar Mullaparthi
52ce596b91
Bug fix for issue #67
преди 12 години
chandru
ca3b5478bf
Fixed bug in using proxy
преди 12 години
Chandrashekhar Mullaparthi
d8c2e5a8da
Fixed test code
преди 13 години
Chandrashekhar Mullaparthi
302c824a8a
Merge branch 'master' of github.com:cmullaparthi/ibrowse
преди 13 години
Chandrashekhar Mullaparthi
7265dbcf18
Merge pull request #66 from refuge/master
add missing methods
преди 13 години
Chandrashekhar Mullaparthi
b70d68b260
Merge branch 'master' of github.com:cmullaparthi/ibrowse
преди 13 години
Chandrashekhar Mullaparthi
1fc0bc41e0
Fixed issue 67
преди 13 години
benoitc
f8ebe0bb4a
add missing methods and reorder them by type.
преди 13 години
benoitc
67eea91362
whitespaces
преди 13 години