Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-19 | ZMQ: add options to configure outbound message high water mark, aka SNDHWM | mruddy | |
2018-09-11 | [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api ↵ | mruddy | |
functions | |||
2018-03-02 | Fix typos and cleanup | Dimitris Apostolou | |
[ci-skip] | |||
2017-08-19 | Docs: Hash in ZMQ hash is raw bytes, not hex | Karel Bílek | |
Transaction hash cannot be in hexadecimal, that would be 64 bytes. In reality it's just raw bytes. | |||
2017-02-09 | Fix typo and spelling inconsistency in CONTRIBUTING.md | Koki Takahashi | |
Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md | |||
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-19 | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | |
2015-10-18 | Correct spelling mistakes in doc folder | Mitchell Cash | |
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal | |||
2015-10-12 | zmq: point API link to 4.0 as that is what we are conforming to [Trivial] | Johnathan Corgan | |
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com> | |||
2015-10-05 | zmq: update docs to reflect feature is compiled in automatically if possible | Johnathan Corgan | |
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com> | |||
2015-09-29 | zmq: update and cleanup build-unix, release-notes, and zmq docs | Johnathan Corgan | |
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com> | |||
2015-09-16 | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | |
Continues Johnathan Corgan's work. Publishing multipart messages Bugfix: Add missing zmq header includes Bugfix: Adjust build system to link ZeroMQ code for Qt binaries |