Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tuxuri
/
rabbitmq-c
Public
forked from
alanxz/rabbitmq-c
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 6, 2013
Add GNUInstallDirs.cmake module
Show description for 826422b
alanxz
committed
826422b
Copy full SHA for 826422b
Use CMAKE_INSTALL_* variables provided by GNUInstallDirs.
fladi
authored and
alanxz
committed
bcda3e9
Copy full SHA for bcda3e9
Right unexpected frames requeue in amqp_consumer.c
Oleg Blednov
authored and
alanxz
committed
ce64e57
Copy full SHA for ce64e57
Commits on Oct 30, 2013
Moved mutex initialization inside ENABLE_THREAD_SAFETY guards.
woldan
authored and
alanxz
committed
715901d
Copy full SHA for 715901d
Commits on Oct 29, 2013
Switched to CMAKE_CURRENT_.. variants for source and binary dirs to enable nested builds.
woldan
authored and
alanxz
committed
1594ea4
Copy full SHA for 1594ea4
Commits on Oct 4, 2013
amqp.h: delivery mode constants
Show description for 5f291ea
TheCount
authored and
alanxz
committed
5f291ea
Copy full SHA for 5f291ea
Documentation fixes
Show description for fac3465
TheCount
authored and
alanxz
committed
fac3465
Copy full SHA for fac3465
Fixed the library path for the x86_64 architecture
dubrsl
authored and
alanxz
committed
5ea6a09
Copy full SHA for 5ea6a09
.gitignore: ignore editor swap files
Show description for 87d09eb
TheCount
authored and
alanxz
committed
87d09eb
Copy full SHA for 87d09eb
Commits on Sep 13, 2013
* tools/CMakeLists.txt: Fix missing POPT_INCLUDE_DIRS variable.
lgov
committed
d5b35af
Copy full SHA for d5b35af
Commits on Aug 26, 2013
Add amqp_basic_nack() API function
alanxz
committed
9b16877
Copy full SHA for 9b16877
Bumping version due to v0.4.1 release
alanxz
committed
e5fa602
Copy full SHA for e5fa602
Prep for v0.4.1 release
alanxz
committed
eca2999
Copy full SHA for eca2999
Commits on Aug 24, 2013
FIX: use correct buf/len when re-starting send()
Show description for a62020c
alanxz
committed
a62020c
Copy full SHA for a62020c
Commits on Aug 23, 2013
amqp_socket_close() should not be a public fn
alanxz
committed
be8aa69
Copy full SHA for be8aa69
Commits on Aug 21, 2013
Non-exclusive queue declaration in amqp-consume.
Show description for 1d9c529
falzm
authored and
alanxz
committed
1d9c529
Copy full SHA for 1d9c529
Removing distro-specific packaging components
Show description for a574965
alanxz
committed
a574965
Copy full SHA for a574965
CMake: correct generation of librabbitmq.pc
Show description for ac88db5
alanxz
committed
ac88db5
Copy full SHA for ac88db5
Commits on Aug 20, 2013
FIX: destroy amqp_envelope_t in consumer example
Show description for f8c6cee
alanxz
committed
f8c6cee
Copy full SHA for f8c6cee
Commits on Aug 15, 2013
Add amqp_get_broker_properties() function
Show description for 1c21370
alanxz
committed
1c21370
Copy full SHA for 1c21370
Commits on Aug 14, 2013
Bumping revision for development
alanxz
committed
5c7c40a
Copy full SHA for 5c7c40a
Updating version numbers for release of v0.4.0
alanxz
committed
5dc23cc
Copy full SHA for 5dc23cc
FIX: missing files in dist package
alanxz
committed
2112032
Copy full SHA for 2112032
Commits on Aug 13, 2013
FIX: bring autotools build system up to date
Show description for dcbedd0
alanxz
committed
dcbedd0
Copy full SHA for dcbedd0
Document public API
alanxz
committed
8554733
Copy full SHA for 8554733
Commits on Jul 23, 2013
Add compile and runtime library version functions
alanxz
committed
8efc959
Copy full SHA for 8efc959
Provide defaults values for amqp_login
Show description for 866255f
alanxz
committed
866255f
Copy full SHA for 866255f
FIX: amqp_open_socket not defined.
Show description for 7a451a4
alanxz
committed
7a451a4
Copy full SHA for 7a451a4
Commits on Jul 22, 2013
BUG: double-free in ssl-socket on connect failure
Show description for 59f943b
alanxz
committed
59f943b
Copy full SHA for 59f943b
Commits on Jul 10, 2013
FIX: handle 0-len msg body in amqp_read_message
alanxz
committed
4eaf771
Copy full SHA for 4eaf771
FIX: basic_properties_clone handle 0-len strings
Show description for 157788e
alanxz
committed
157788e
Copy full SHA for 157788e
FIX: amqp_table_clone handle 0-len table correctly
Show description for 7942af3
alanxz
committed
7942af3
Copy full SHA for 7942af3
Commits on Jul 9, 2013
FIX: Incorrect assert in wait_frame_inner
Show description for 7a217d5
alanxz
committed
7a217d5
Copy full SHA for 7a217d5
Commits on Jul 8, 2013
Ignore MacOSX .DS_Store files
alanxz
committed
b0ab941
Copy full SHA for b0ab941
Add a high level API for consuming messages
alanxz
committed
33ebeed
Copy full SHA for 33ebeed
Pagination
Previous
Next
You can’t perform that action at this time.