summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually run 'make dialyze'! and fix some type definitions.Essien Ita Essien2009-01-161-7/+8
* Make use of start_{tcp,ssl}_listener againEssien Ita Essien2009-01-161-3/+2
* Bring back start_ssl_listener/start_tcp_listener and make themEssien Ita Essien2009-01-161-6/+14
* It seems I don't have to define the record types recursively.Essien Ita Essien2009-01-161-7/+1
* start_applications has been moved to rabbit_misc.erlEssien Ita Essien2009-01-121-1/+1
* Merge with upstreamEssien Ita Essien2009-01-1211-75/+96
|\
| * Merged v1_5_1 into defaultBen Hood2009-01-094-32/+41
| |\
| | * Merged 20089 into v_1_5_1Ben Hood2009-01-091-1/+2
| | |\
| | | * the #amqqueue.pid is 'none', so return self() insteadMatthias Radestock2009-01-091-1/+2
| | |/
| | * Merged 20020 into v1_5_1Ben Hood2009-01-082-4/+12
| | |\
| | * \ Merge bug20067 into v1_5_1Hubert Plociniczak2009-01-063-15/+29
| | |\ \
| | | * \ Merge v1_5_1 into bug20067Hubert Plociniczak2009-01-061-6/+10
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge bug20033 into v1_5_1Hubert Plociniczak2009-01-061-6/+10
| | |\ \ \
| | | * \ \ Merge v1_5_1 into bug20033Hubert Plociniczak2009-01-062-16/+6
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge bug20082 into v1_5_1Hubert Plociniczak2009-01-062-16/+6
| | |\ \ \ \
| | | | * | | Fix spacesHubert Plociniczak2009-01-061-1/+1
| | | | * | | RPM %files section only lists files that are not under /usr/lib/erlang/lib/ra...Hubert Plociniczak2009-01-061-6/+10
| | | |/ / / | | |/| | |
| | | | * | Merge bug20082 into bug20067Hubert Plociniczak2009-01-061-6/+2
| | | | |\ \ | | | | |/ / | | | |/| |
| | | * | | Removed arch conditional on sed.Hubert Plociniczak2009-01-061-6/+2
| | | | * | TypoHubert Plociniczak2009-01-061-1/+1
| | | | * | Generalize the rpm spec so that some values are substituted by 'sed' in the m...Hubert Plociniczak2009-01-063-15/+29
| | | |/ /
| | | * | Use default macros in sed instead of using hardcoded path.Hubert Plociniczak2009-01-061-2/+2
| | | * | Define standard libdir macro in the makefile instead of overwriting it direct...Hubert Plociniczak2009-01-062-10/+4
| | |/ /
| * | | cosmetic: use multi-line stringsMatthias Radestock2009-01-083-4/+4
| * | | CosmeticBen Hood2009-01-082-6/+6
| * | | Merged 20020 into defaultBen Hood2009-01-082-4/+12
| |\ \ \ | | | |/ | | |/|
| | * | enable memory alarms by default on linuxMatthias Radestock2009-01-062-4/+12
| | |/
| | * merge default into v1_5_1Matthias Radestock2009-01-044-13/+35
| | |\
| | * | create branch for patch releaseMatthias Radestock2009-01-040-0/+0
| * | | minor refactoringMatthias Radestock2009-01-072-30/+34
| | |/ | |/|
* | | Add dialyser spec definitions to rabbit_net.erlEssien Ita Essien2009-01-111-1/+25
* | | Redefine type socket() in terms of rabbit's ssl_socket which isEssien Ita Essien2009-01-111-1/+8
* | | Re-write start_tcp_listener to take an additional mfa() argument.Essien Ita Essien2009-01-112-23/+10
* | | The ssl_* lines were not properly indentedEssien Ita Essien2009-01-111-2/+2
* | | Change the style of the exports to match rest of code base.Essien Ita Essien2009-01-111-11/+5
* | | Doesn't _really_ make sense to send {inet_reply...} on error.Essien Ita Essien2008-12-291-1/+0
* | | Merge with upstreamEssien Ita Essien2008-12-281-10/+8
|\ \ \ | |/ /
| * | simplification: use alternative 'try' formMatthias Radestock2008-12-271-10/+8
* | | Make rabbit_net:port_command mimick erlang:port_command more closelyEssien Ita Essien2008-12-281-1/+3
* | | Remove the hardcoded ssl options, and read them in from the app envEssien Ita Essien2008-12-283-18/+14
* | | Cleanup ssl_connection_upgrade a bit.Essien Ita Essien2008-12-271-3/+3
* | | Closing the ssl socket already closes the tcp socket as wellEssien Ita Essien2008-12-271-2/+1
* | | Reverse the encapsulation of infinity timeout in rabbit_net:async_recv/3Essien Ita Essien2008-12-272-4/+4
* | | Rewrite rabbit_net:async_recv according to Matt's suggestion.Essien Ita Essien2008-12-271-10/+4
* | | crypto also needs to be started only if ssl_listeners are upEssien Ita Essien2008-12-271-2/+2
* | | Change the way that ssl_listeners option is specified.Essien Ita Essien2008-12-263-6/+9
* | | Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-263-20/+20
* | | Add rabbit_net to the .app fileEssien Ita Essien2008-12-261-0/+1
* | | Merge in upstream changesEssien Ita Essien2008-12-2620-231/+141
|\ \ \ | |/ /
| * | Merged 20061 into defaultBen Hood2008-12-231-2/+4
| |\ \