aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_event.c
Commit message (Expand)AuthorAge
* BUILD: Move pq/sq to libMartin Schanzenbach2023-10-18
* New API is needed in case stored procedures trigger events forChristian Grothoff2023-06-23
* log HTTP request status, URL and duration for every HTTP request we make at I...Christian Grothoff2023-04-23
* PG: do not return NOTIFY prefix in GNUNET_PG_get_event_notify_channel, comman...Christian Grothoff2023-02-05
* PQ: use exponential back-off when reconnecting to the database to listen on e...Christian Grothoff2023-01-09
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* typoChristian Grothoff2022-11-23
* add function to compute channel name for notificationsChristian Grothoff2022-11-23
* -DOC: Documentation cleanup pass through PQ library (Postgres?)Willow Liquorice2022-10-03
* -nicer loggingChristian Grothoff2022-04-30
* fix event loop subscriptions on DB reconnectChristian Grothoff2021-11-25
* subscribes are not reference counted by postgres, only subscribe/unsubscribe ...Christian Grothoff2021-11-17
* further simplify libgnunetpq event API and implementation, also trigger event...Christian Grothoff2021-08-25
* -simplify libgnunetpq to only support single-threaded applications that do us...Christian Grothoff2021-08-22
* -prepend X to ensure identifiers do not start with a numberChristian Grothoff2021-08-22
* -fix busy loopChristian Grothoff2021-08-01
* PQ: fix notification API bugsChristian Grothoff2021-08-01
* -move DB-agnostic types to GNUNET_DBChristian Grothoff2021-08-01
* -extend tests, include reconnect handling for eventsChristian Grothoff2021-07-25
* -complete new PQ event implementation, alas undertestedChristian Grothoff2021-07-25
* minimal test for new pq event functionalityChristian Grothoff2021-07-24
* early draft for libgnunetpq event notification supportChristian Grothoff2021-07-24