index
:
delta/python-packages/rabbitmq-c-github-ask.git
amqp_0_8
amqp_0_9_1
api_docs
api_documentation
autotools
baserock/master
bug21814
bug22346
bug22390
bug22805
bug22825
bug22864
bug22931
bug22951
bug23081
bug23089
bug23163
bug23318
bug23423
bug23472
bug23645
bug23872
bug24048
bug24079
bug24349
bug24440
bug24528
build_static_library
channel_owns_memory_pool
cmake_build
cmake_build_improvements
fix_size_t_in_amqp_h
ipv6_support
issue23
issue29
master
public_header_includes_fix
simple_wait_frame
ssl
ssl-plumbing
travis-ci
vms_build
vs2008_install_stdint_fix
win32_example_include_fix
github.com: ask/rabbitmq-c
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
librabbitmq
/
amqp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: headers on win32 work on both static and dynamic libs
Alan Antonuk
2012-02-28
1
-1
/
+1
*
Rework amqp_pool_t->next to not break ABI
Alan Antonuk
2012-02-06
1
-2
/
+0
*
Correct including standard headers in amqp.h
Alan Antonuk
2012-02-06
1
-2
/
+1
*
Reworking internal memory management so that memory can be released per-channel
Alan Antonuk
2012-01-31
1
-0
/
+4
*
amqp.h needs stdint.h and string.h to function correctly out of the box
Alan Antonuk
2012-01-31
1
-0
/
+3
*
Add support for parsing amqp URLs to librabbitmq
David Wragg
2011-09-21
1
-0
/
+13
*
Update copyright notices
David Wragg
2011-03-01
1
-19
/
+7
*
Extract common code from generated API functions
bug23645
David Wragg
2011-01-14
1
-16
/
+22
*
Remove some redundant function declarations
David Wragg
2011-01-14
1
-12
/
+0
*
Add an amqp_basic_reject API function
David Wragg
2011-01-14
1
-0
/
+5
*
Generate API functions corresponding to most synchronous methods
David Wragg
2011-01-07
1
-62
/
+0
*
Add compability macros for AMQP_EMPTY_*
David Wragg
2010-10-27
1
-0
/
+6
*
Eliminate the AMQP_EMPTY_* macros from amqp.h
David Wragg
2010-10-21
1
-6
/
+5
*
Make test_tables.c ISO C90 clean
David Wragg
2010-10-21
1
-40
/
+9
*
Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90
David Wragg
2010-10-21
1
-1
/
+1
*
Specify which functions are to be exported from the librabbitmq DLL
David Wragg
2010-10-21
1
-142
/
+172
*
Eliminate AMQP_SIMPLE_RPC and friends
David Wragg
2010-10-21
1
-22
/
+0
*
Convert other librabbitmq .c files to the new helper functions
David Wragg
2010-10-21
1
-12
/
+0
*
Introduce new codec helper inline functions; convert amqp_table.c
David Wragg
2010-10-21
1
-2
/
+3
*
Eliminate the AMQP_BYTES_FREE macro
David Wragg
2010-10-21
1
-8
/
+0
*
removed auto-delete parameter from exchange.declare
Alexandru Scvortov
2010-08-16
1
-1
/
+0
*
it's called routing_key in the spec
Alexandru Scvortov
2010-08-04
1
-1
/
+1
*
merged default into bug22951
Alexandru Scvortov
2010-08-04
1
-1
/
+2
|
\
|
*
this branch is default with amqp_0_9_1 merged in; everything seems to work fine
Alexandru Scvortov
2010-07-09
1
-1
/
+2
*
|
Fix "const char *" to "void *" conversion warnings
David Wragg
2010-07-28
1
-1
/
+1
*
|
Fold amqp_end_connection socket closing into amqp_destroy_connection
David Wragg
2010-07-26
1
-3
/
+2
*
|
Merge default into bug22825
David Wragg
2010-06-06
1
-0
/
+6
|
\
\
|
|
/
|
*
Added amqp_queue_delete to API
Tony Garnock-Jones
2010-06-05
1
-0
/
+6
*
|
Make error codes returned by librabbitmq functions opaque
David Wragg
2010-05-30
1
-1
/
+9
*
|
Add amqp_end_connection, which closes the socket and destroys the connection
David Wragg
2010-05-30
1
-0
/
+1
|
/
*
Add TX select, commit, rollback
Tony Garnock-Jones
2010-03-30
1
-0
/
+9
*
Update licensing to dual MPL/GPL
Tony Garnock-Jones
2010-02-21
1
-0
/
+50
*
Remove amqp_rpc_reply global variable, making it instead state-local
Tony Garnock-Jones
2010-02-18
1
-4
/
+12
*
Pass raw properties along
Tony Garnock-Jones
2010-01-09
1
-0
/
+1
*
Add amqp_bytes_t utilities.
Tony Garnock-Jones
2010-01-09
1
-0
/
+2
*
Implement Qpid/RabbitMQ/0-9-1 field table types.
Tony Garnock-Jones
2009-11-17
1
-10
/
+121
*
Use C-style comments; avoid AMQP_EXPAND_METHOD; use amqp_data_in_buffer.
Tony Garnock-Jones
2009-10-14
1
-5
/
+13
*
Updated amqp_simple_rpc to take a 0 terminated array of amqp_method_number_t ...
Scott Brooks
2009-10-14
1
-3
/
+32
*
Support basic.ack.
Tony Garnock-Jones
2009-08-27
1
-0
/
+5
*
Extend API to permit heartbeat configuration.
Tony Garnock-Jones
2009-08-20
1
-1
/
+3
*
Add bind/unbind utilities, and API for unbind
Tony Garnock-Jones
2009-05-18
1
-0
/
+7
*
Support for multiple channels.
Tony Garnock-Jones
2009-05-12
1
-5
/
+17
*
New AMQP_BYTES_FREE macro.
Tony Garnock-Jones
2009-05-12
1
-0
/
+8
*
Actually implement amqp_send_header_to!
Tony Garnock-Jones
2009-05-10
1
-2
/
+4
*
Support generic frame transmission.
Tony Garnock-Jones
2009-05-10
1
-0
/
+7
*
Support parsing of protocol header.
Tony Garnock-Jones
2009-05-10
1
-0
/
+9
*
Introduce more mid-level API
Tony Garnock-Jones
2009-05-07
1
-0
/
+48
*
Better support for tables
Tony Garnock-Jones
2009-05-06
1
-0
/
+9
*
Be more careful about checking allocation results.
Tony Garnock-Jones
2009-04-29
1
-2
/
+2
*
More examples; clean shutdown
Tony Garnock-Jones
2009-04-27
1
-0
/
+4
[next]