summaryrefslogtreecommitdiff
path: root/src/tcp_acceptor.erl
Commit message (Collapse)AuthorAgeFilesLines
* Merge bug25722Simon MacMullen2014-03-181-2/+2
|\
| * Since we always show the raw error and the expanded error let's get ↵Simon MacMullen2014-03-121-2/+2
| | | | | | | | format_inet_error to do that.
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|
* move socket buffer tuning into tcp_acceptorbug25467Matthias Radestock2013-02-261-2/+20
|
* continue accepting when client sends RST before we acceptedMatthias Radestock2013-02-251-7/+5
|
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|
* Let it crash...bug24779Simon MacMullen2012-03-071-7/+1
|
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|
* move error_logger 'flow control' into application codeMatthias Radestock2012-01-251-8/+0
| | | | since tcp_acceptor no longer does any per-connection logging itself
* do not log accepted connections in tcp_acceptorMatthias Radestock2012-01-251-26/+16
| | | | | Logging in such generic code should be very sparse. Let's leave that to application code (rabbit_reader et al in case of rabbit) instead.
* carry on accepting tcp connections after an errorbug24649Matthias Radestock2011-12-301-0/+7
|
* default merged into bug23154 (ipv6)bug23154Marek Majkowski2011-01-201-2/+2
|\
| * Format IPv4-mapped IPv6 addresses as IPv4, put brackets round IPv6 addresses ↵Simon MacMullen2011-01-051-2/+2
| | | | | | | | that are adjacent to colons.
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/
* refactorMatthias Radestock2010-08-191-3/+5
|
* rewriteMatthias Radestock2010-08-191-2/+3
|
* obtain_and_release_on_death => obtain, and minor refactor of tcp acceptorbug23135Matthew Sackman2010-08-171-3/+3
|
* Combine obtains and release_on_deathMatthew Sackman2010-08-171-3/+3
|
* Don't allow the error_logger mailbox to grow unbounded when flooded with ↵bug22340Simon MacMullen2010-05-201-0/+7
| | | | connection attempts.
* cherry-pick file_handle_cache from bug21673Matthias Radestock2010-04-301-1/+2
| | | | and its integration with the tcp_acceptor and worker_pool code
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
|
* refactor: eliminate code dupMatthias Radestock2010-01-271-8/+12
|
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
|
* handle errors during connection establishment more gracefullyMatthias Radestock2009-09-301-9/+18
|
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
|
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+91