Chandru Mullaparthi
3fc7e78aad
Support of sharing load balancing config for subdomains
8 年之前
Chandru Mullaparthi
b28542d1e3
Bug fix for spurious timeout messages being sent to the client in certain cases. Other cleanup
9 年之前
Chandru Mullaparthi
07e47c6ba0
New release after fixing travis-ci builds
9 年之前
Chandru Mullaparthi
b1e9ad427f
Modified build to get travis builds to succeed
9 年之前
Chandru Mullaparthi
7aa39ea575
Modified build to get travis builds to succeed
9 年之前
Chandru Mullaparthi
017ab585e4
Invoke eunit tests only for files in src directory
9 年之前
Chandru Mullaparthi
6d5bcef5ff
Bug fixes
9 年之前
Chandrashekhar Mullaparthi
b5c705cb8f
Fixed invocation of socks proxy
9 年之前
Chandrashekhar Mullaparthi
1917a70868
Clean up tests
9 年之前
Chandrashekhar Mullaparthi
411468d749
Fix for #139 - file not being saved to disk when server does not respond with content-length
9 年之前
Chandrashekhar Mullaparthi
a1be5369c9
Fixed links
9 年之前
Chandrashekhar Mullaparthi
96ea3cbb6b
Fixed links
9 年之前
Chandrashekhar Mullaparthi
ecff14ab23
Version incremented
9 年之前
Chandrashekhar Mullaparthi
79e26aed6b
Removed lines which were failing travis builds
9 年之前
Chandrashekhar Mullaparthi
ad31b0375b
Merge branch 'barrel-db-master'
9 年之前
Chandrashekhar Mullaparthi
14bb6b8d04
Merge branch 'master' of https://github.com/barrel-db/ibrowse into barrel-db-master
9 年之前
benoitc
82f61864a0
fix travis tests
9 年之前
benoitc
a2bd3485ec
update doc
9 年之前
benoitc
8734ed3d0d
fix tests
9 年之前
benoitc
1439ab010b
move to rebar3
9 年之前
benoitc
45099028d8
use global rebar
9 年之前
benoitc
94fab9a4d9
add hex metadata
for packaging in hex
9 年之前
Chandrashekhar Mullaparthi
1ae07edae8
Added info for hex
9 年之前
Chandrashekhar Mullaparthi
fd81d44182
Version 4.2
9 年之前
Chandrashekhar Mullaparthi
7c4d098b79
Merge branch 'master' of https://github.com/shankardevy/ibrowse into shankardevy-master
9 年之前
Chandrashekhar Mullaparthi
ae6a91855b
Merge branch 'merge_pull_req_123'
9 年之前
Chandrashekhar Mullaparthi
3c96a918ca
Removed update to author list. Names are already in the CONTRIBUTORS file. This is a consistent approach to the way contributions from everyone else has been handled over the years. Correct authorship has been acknowledged in the new module ibrowse_functional_tests.erl
9 年之前
Chandrashekhar Mullaparthi
b4ad6df3c5
Workaround travis-ci build failure.
9 年之前
Chandrashekhar Mullaparthi
3a4044d4c1
Compile test modules
9 年之前
Chandrashekhar Mullaparthi
8494e9433f
Merge branch 'improve_pipeline_balance' of https://github.com/benjaminplee/ibrowse into merge_pull_req_123
9 年之前
Chandrashekhar Mullaparthi
ea3305d21f
Release 4.1.2
9 年之前
Chandrashekhar Mullaparthi
5ee4a80661
Merge pull request #132 from surik/patch-1
Fix ibrowse_http_client.erl
9 年之前
Yury Gargay
0970fa0350
Fix ibrowse_http_client.erl
Fix misprint in #130
9 年之前
Shankar Dhanasekaran
e478d01025
Rename 'Digest' to 'Basic'
Digest could mean HTTP Digest Authentication which is completely
different from what we call Digest currently. Renaming this is
essential to implement the actual HTTP Digest Authentication
9 年之前
Chandrashekhar Mullaparthi
58007c7433
Merge pull request #130 from surik/otp18
Build under R18 #129
9 年之前
Yury Gargay
62816035bb
Build under R18 #129
9 年之前
Chandrashekhar Mullaparthi
04566c7001
Merge pull request #126 from StoneCypher/master
removes doubled repl prompt
10 年之前
John Haugeland
d713f209d0
removes doubled repl prompt
10 年之前
Chandrashekhar Mullaparthi
200b7eb5f1
Merge pull request #125 from marcelog/marcelog_max_attempts_config
Add max_attempts option
10 年之前
Marcelo Gornstein
418f6ce932
adding max_attempts option
10 年之前
benjamin.lee
37fce82846
Fixed extraction of Pid for iteration with new key
Missed in original work.
10 年之前
benjaminplee
1a680f00e0
Made test server less chatty while shutting down
Connections warned of badargs to ets:delete
when shutting the server down with open connections;
created noise while reviewing test results.
10 年之前
benjaminplee
247dd563fb
Fixed bug with connection req completion
Algorithm change had bug where ets:select return
value was incorrectly assumed to be the object key
and not the entire object causing the following
delete attempt based on a matchspec and the key to fail.
This meant that ets was not updated to reflect the completed
requests on each connection and causing exaustion of pipelines
event though connections were idle. Functional test added which
demonstrated the problem.
10 年之前
benjaminplee
86ccc45f96
Updated contributes/authors
10 年之前
benjaminplee
5b8993e10b
Added basic test for show_dest_status
10 年之前
benjaminplee
4b0fb6b8a0
Removed duplicate documentation
10 年之前
benjaminplee
642c082d54
Fixed matchspec miss and added retry logic w/ ets
In prior commit, missed switch of matchspec to work
with deletes, fixed here.
Added retry logic for race conditions around lb and
conn both trying to update same record at the same time.
If more than max is experienced, just let it go, things
will probably be ok.
10 年之前
benjaminplee
e4d41ec453
Whitespace cleanup
10 年之前
Chandrashekhar Mullaparthi
f1244abe2c
Changed travis-ci build status link
10 年之前
benjaminplee
78d1814638
Filled in more functional tests
Added additional functional tests ensuring that
the pipelines empty and added some robustness
around the test server.
10 年之前