issues
search
Flow-IPC
/
ipc
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
https://flow-ipc.github.io/
Apache License 2.0
297
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Spelling
#114
jsoref
opened
5 months ago
1
Comment and/or doc changes.
#113
ygoldfeld
closed
6 months ago
0
Updating submodules. Pulls in: Comment and/or doc changes.
#112
ygoldfeld
closed
6 months ago
0
Updating submodules. Pulls in: Comment and/or doc changes.
#111
ygoldfeld
closed
6 months ago
0
Comment and/or doc changes.
#110
ygoldfeld
closed
6 months ago
0
Comment and/or doc changes.
#109
ygoldfeld
closed
7 months ago
0
compare with iceoryx
#108
flyonaie
opened
7 months ago
1
(FAKE ISSUE) Store uploaded items not in repo - like videos for docs.
#107
ygoldfeld
closed
7 months ago
2
Comment and/or doc changes.
#105
ygoldfeld
closed
7 months ago
0
CHANGELOG/VERSION bump pre-release.
#103
ygoldfeld
closed
7 months ago
0
Style refactor (small): Encouraging static_assert(false) over #error. Encouraging if constexpr over SFINAE. / Comment and/or doc changes.
#102
ygoldfeld
closed
7 months ago
0
ipc_*, ipc, flow: Port them beyond Linux/x86-64 - macOS, ARM64; Windows. (No *BSD - due to no capnp)
#101
ygoldfeld
opened
8 months ago
3
Updating submodules. Pulls in: Comment and/or doc changes.
#100
ygoldfeld
closed
8 months ago
0
Comment and/or doc changes.
#99
ygoldfeld
closed
8 months ago
0
Polish: Comment and/or doc changes. In particular central code example in README had some problems. / Eliminate ipc_.../CHANGELOG since no VERSION/releases for those repos.
#96
ygoldfeld
closed
8 months ago
0
Resolve CI pipeline prob: Sporadic/awful TSAN+ASAN runtime instal-fail due to "unexpected memory mapping 0x...-0x..."; issue #94.
#95
ygoldfeld
closed
8 months ago
0
ipc + likely flow: CI pipeline: Sporadic/awful TSAN+ASAN runtime instal-fail due to "unexpected memory mapping 0x...-0x...".
#94
ygoldfeld
closed
8 months ago
1
A very-sporadic transport_test-ex-heap TSAN warning similar to one a couple months ago; very-likely false-positive regarding race accessing an FD; suppressing. Resolves issue #92.
#93
ygoldfeld
closed
8 months ago
1
ipc: TSAN: transport_test exercise-mode heap-submode one-time prob: race: epoll_reactor::deregister_descriptor() vs eventfd_select_interrupter::open_descriptors()
#92
ygoldfeld
closed
8 months ago
0
README improvements + link_test improvements (hello, world example); also resolves Flow-IPC/ipc_core#24.
#91
ygoldfeld
closed
8 months ago
0
ipc: TSAN/esp clang-17 + some transport_test and ~1 unit_test: strange output/hang/pause ("PLEASE submit a bug report").
#90
ygoldfeld
opened
8 months ago
0
ipc: unit_test + TSAN: TSAN lock count limit reached in some tests: some run OK separately; 1 never runs OK; make the latter run OK; investigate further.
#89
ygoldfeld
opened
8 months ago
0
ipc_*: The (very few) blocking APIs' behavior on signal = inconsistent, some uninterruptible.
#88
ygoldfeld
opened
8 months ago
0
ipc[_*]: Generated-documentation (Reference, guided Manual) + example-program gaps.
#87
ygoldfeld
opened
8 months ago
0
Updating submodules: legalese tweaks; resolution of Flow-IPC/flow#85.
#86
ygoldfeld
closed
8 months ago
0
ipc_*: Normalize logging names/thread names.
#85
ygoldfeld
opened
8 months ago
0
ipc_*: Formal test coverage analysis.
#84
ygoldfeld
opened
8 months ago
0
ipc_{core|transport_structured|session|shm}: Unit tests.
#83
ygoldfeld
opened
8 months ago
0
Adding missing legalese headers to some later-added GitHub-by files. / Using megabytes in graph instead of mebibytes (numbers adjusted accordingly!!!). Some people do not know about the mebikibistuff, I have learned. Also pulling in submodules. / Clarifying comment about recently added Graceful_finisher.
#82
ygoldfeld
closed
8 months ago
0
Fixed meaty SHM-jemalloc-integration bug: session-obj A must not be destroyed along with its arena, until opposing B enters dtor; else B user may access jemalloc-deinitialized memory (found via perf_demo). / Misc minor fixes.
#81
ygoldfeld
closed
8 months ago
0
Saw failure for first time ever -- one of the transport_test-scripted tight timeouts was a bit too tight for the GitHub runners again. Increased by a few microseconds again.
#80
ygoldfeld
closed
8 months ago
0
Introductory README/type/stuff rejigger based on pilot feedback. / Fixing minor test/demo logging problem. / Minor API tweak. / Comment typo, accuracy fix. / Minor manual tweak.
#79
ygoldfeld
closed
8 months ago
0
Perf demo added (including to pipeline): classic capnp copy vs Flow-IPC zero-copy. / capnp problem work-around. / Tweaked API. / Tweaks.
#78
ygoldfeld
closed
8 months ago
0
Since all Client_session::async_connect() (x3) and Native_socket_stream::async_connect() are, locally, instant, turned them into synchronous, non-blocking sync_connect()s.
#77
ygoldfeld
closed
8 months ago
0
Polish: Protocol_version + Native_socket_stream::release() improvement; link_test + CI/CD artifact improvement; VERSION file support in CMake/Conan+CI/CD pipeline; misc formatting.
#76
ygoldfeld
closed
9 months ago
0
README tweaks.
#75
ygoldfeld
closed
9 months ago
0
Updating submodules: pulling in basic forward-compatible protocol-version-negotiation, available as public API and used internally at several layers of Flow-IPC.
#74
ygoldfeld
closed
9 months ago
0
Polish.
#73
ygoldfeld
closed
9 months ago
0
Updating submodules: pulling in Boost-1.84 upgrade from flow.
#72
ygoldfeld
closed
9 months ago
0
Updating submodules: pull in HUMONGOUS PERFORMANCE IMPROVEMENT OF LOG-WRITING!!! from flow.
#71
ygoldfeld
closed
9 months ago
0
Updating submodules: Async_file_logger mem-limit feature; a few minor things; docs.
#70
ygoldfeld
closed
9 months ago
0
GitHub is now warning Node.js 16 is deprecated in favor of 20, and upload-artifact@v3 is triggering it. Trying the latest known version of that action; maybe it will go away? Answer: Yes, it did go away (did this in flow before).
#69
ygoldfeld
closed
10 months ago
0
Updating submodules.
#68
ygoldfeld
closed
10 months ago
0
Updating submodules. Hadn't gotten the auto-generated/checked-in flow/ docs.
#67
ygoldfeld
closed
10 months ago
0
Updating submodules.
#66
ygoldfeld
closed
10 months ago
0
Updating submodules: Take the ipc_session fix.
#65
ygoldfeld
closed
10 months ago
0
Workflow renaming, comment tweaks; large comment at the start. / Reorder things a bit; no big deal.
#64
ygoldfeld
closed
10 months ago
0
Guess Linux grep does not have \Q and \E like Mac, causing me this latest pain. Using `fgrep -x` instead.
#63
ygoldfeld
closed
10 months ago
0
Bug fixes and responsiveness improvement.
#62
ygoldfeld
closed
10 months ago
0
Matching standard conventions: if creating a-1.2.3_blah.tar.gz (etc.)…
#61
ygoldfeld
closed
10 months ago
0
Next