aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_event.c
Commit message (Collapse)AuthorAge
* BUILD: Move pq/sq to libMartin Schanzenbach2023-10-18
|
* New API is needed in case stored procedures trigger events forChristian Grothoff2023-06-23
| | | | | | our own process. NEWS: Add new GNUNET_PQ_event_do_poll() API to gnunet_pq_lib.h
* log HTTP request status, URL and duration for every HTTP request we make at ↵Christian Grothoff2023-04-23
| | | | INFO-level
* PG: do not return NOTIFY prefix in GNUNET_PG_get_event_notify_channel, ↵Christian Grothoff2023-02-05
| | | | commands may notify or listen or unlisten with the result
* PQ: use exponential back-off when reconnecting to the database to listen on ↵Christian Grothoff2023-01-09
| | | | events
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* 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
| | | | once per connection
* further simplify libgnunetpq event API and implementation, also trigger ↵Christian Grothoff2021-08-25
| | | | events on 'loopback' that are not socket-activated
* -simplify libgnunetpq to only support single-threaded applications that do ↵Christian Grothoff2021-08-22
| | | | use the scheudler (when using event API)
* -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