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 }}
Kotty666
/
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 Dec 26, 2015
CI: build only 1 matrix slot on coverity branch
Show description for dc667f4
alanxz
committed
dc667f4
Copy full SHA for dc667f4
CI: fix build_commands in travis coverity config
alanxz
committed
a59dbdf
Copy full SHA for a59dbdf
Remove obsolete mingw build scripts
alanxz
committed
5c2a191
Copy full SHA for 5c2a191
Lib: amqp_frame_to_bytes: use temp bytes_t
Show description for 9fbea0f
alanxz
committed
9fbea0f
Copy full SHA for 9fbea0f
Coverity: update model to include more abort funcs
alanxz
committed
751fa27
Copy full SHA for 751fa27
Commits on Dec 12, 2015
Adding build/ in .gitignore
dereckson
committed
e8bee2a
Copy full SHA for e8bee2a
Commits on Dec 9, 2015
CI: bump OpenSSL version in appveyor build.
alanxz
committed
657d769
Copy full SHA for 657d769
Commits on Dec 1, 2015
Lib: fix incorrect hostname check return value
Show description for 1dd175e
alanxz
committed
1dd175e
Copy full SHA for 1dd175e
CI: Cache OpenSSL binary on AppVeyor
alanxz
committed
d083e87
Copy full SHA for d083e87
Commits on Nov 30, 2015
CMake: remove unused Find{cyassl,Polarssl} files.
alanxz
committed
d8851bd
Copy full SHA for d8851bd
Commits on Nov 29, 2015
Lib: fix size_t conversion issues in openssl.c
alanxz
committed
25ebb90
Copy full SHA for 25ebb90
Win32: fix missing definition of malloc warning.
alanxz
committed
72cdd26
Copy full SHA for 72cdd26
CI: treat warnings as errors with travis build.
alanxz
committed
74c288c
Copy full SHA for 74c288c
CMake: rework symbol checking to work with -Werror
Show description for af71eb2
alanxz
committed
af71eb2
Copy full SHA for af71eb2
CI: ignore output of brew update in travis build.
alanxz
committed
e1cb55e
Copy full SHA for e1cb55e
Lib: use amqp_cstring_bytes to construct string
Show description for c451311
alanxz
committed
c451311
Copy full SHA for c451311
Lib: memset based on size of argument.
alanxz
committed
dcfb426
Copy full SHA for dcfb426
Commits on Nov 28, 2015
CI: limit clone depth on appveyor
alanxz
committed
fbfbc7b
Copy full SHA for fbfbc7b
CI: Enable OpenSSL for appveyor builds.
alanxz
committed
f6537eb
Copy full SHA for f6537eb
Lib: correctly check SSL connection
Show description for 103ab6f
insuyun
authored and
alanxz
committed
103ab6f
Copy full SHA for 103ab6f
Commits on Nov 11, 2015
Lib: don't pass NULL to memcpy in amqp_table.c
Show description for 2a12d8c
alanxz
committed
2a12d8c
Copy full SHA for 2a12d8c
Lib: use amqp_hostcheck correctly
Show description for 1b9c0ad
alanxz
committed
1b9c0ad
Copy full SHA for 1b9c0ad
Commits on Nov 9, 2015
Lib: use vetted hostname validation algorithm
Show description for 9bf698d
alanxz
committed
9bf698d
Copy full SHA for 9bf698d
Lib: clarify return value of amqp_hostcheck
Show description for fcb0ec7
alanxz
committed
fcb0ec7
Copy full SHA for fcb0ec7
Lib: Add robust OpenSSL hostname validation.
Show description for 545e67e
alanxz
committed
545e67e
Copy full SHA for 545e67e
Lib: remove useless #includes in amqp_hostcheck.*
Show description for bd37667
alanxz
committed
bd37667
Copy full SHA for bd37667
Commits on Oct 27, 2015
Lib: add braces in if statements lacking them.
alanxz
committed
a4989e5
Copy full SHA for a4989e5
Lib: fix leak in amqp_ssl_socket_verify_hostname
Show description for d6000f4
alanxz
committed
d6000f4
Copy full SHA for d6000f4
Commits on Oct 26, 2015
build: Add check for posix_spawn functions
Show description for d3ee55f
cpackham
committed
d3ee55f
Copy full SHA for d3ee55f
Commits on Oct 25, 2015
Lib: amqp_parse_url should initialize output
Show description for 937c10b
alanxz
committed
937c10b
Copy full SHA for 937c10b
Lib: clarify error check in amqp_login_inner
Show description for 110ae32
alanxz
committed
110ae32
Copy full SHA for 110ae32
Lib: fix potential leak in mem_pool impl
Show description for 100271a
alanxz
committed
100271a
Copy full SHA for 100271a
Commits on Oct 24, 2015
Fix compiler warnings of visual studio
CodeJuan
authored and
alanxz
committed
3249ee3
Copy full SHA for 3249ee3
Commits on Oct 23, 2015
Lib: add amqp_ssl_socket_set_versions fn
Show description for 8987cb0
alanxz
committed
8987cb0
Copy full SHA for 8987cb0
Lib: disable SSLv2 and SSLv3.
Show description for 9b4b933
alanxz
committed
9b4b933
Copy full SHA for 9b4b933
Pagination
Previous
Next
You can’t perform that action at this time.