Commit graph

  • c1c55294f1 build-sys: add utility target to build TAGS Zbigniew Jędrzejewski-Szmek 2015-10-26 22:51:52 -04:00
  • f83f19b3bd Python2 does not have ConnectionError Zbigniew Jędrzejewski-Szmek 2015-10-27 00:06:57 -04:00
  • 3217d17d0c build-sys: include tests in installation Zbigniew Jędrzejewski-Szmek 2015-10-27 00:02:52 -04:00
  • a947f32b31 tests: add tests for notify() Zbigniew Jędrzejewski-Szmek 2015-10-26 23:38:23 -04:00
  • 6baa4b417b daemon: wrap sd_pid_notify[_with_pids] Zbigniew Jędrzejewski-Szmek 2015-10-26 22:51:27 -04:00
  • 035700c2b5 Merge branch 'tests' Zbigniew Jędrzejewski-Szmek 2015-10-25 16:51:04 -04:00
  • 1d8f5f26df tests: work around bug in sd_is_mq Zbigniew Jędrzejewski-Szmek 2015-10-25 16:43:58 -04:00
  • 4be2fc75bf Do not assume specific output from the journal Zbigniew Jędrzejewski-Szmek 2015-10-25 12:23:29 -04:00
  • 2e3e9748d4 build-sys: replace loop with list comprehension Zbigniew Jędrzejewski-Szmek 2015-10-25 11:56:13 -04:00
  • 718cefefcd build-sys: generate systemd/id128-constants.h in setup.py Jeroen Dekkers 2015-10-15 15:27:57 +02:00
  • 11109ef148 Merge c0320a0a43 into b71b8b64eb Jeroen Dekkers 2015-10-15 13:47:13 +00:00
  • c0320a0a43 Generate systemd/id128-constants.h in setup.py. Fixes #7. Jeroen Dekkers 2015-10-15 15:27:57 +02:00
  • 173c2a89b2 tests: add simplistic tests for Reader matches Zbigniew Jędrzejewski-Szmek 2015-09-16 12:43:06 +02:00
  • 4f5aa7b54a journal: allow numbers in field identifiers Zbigniew Jędrzejewski-Szmek 2015-09-17 00:10:23 +02:00
  • bbbc6e8a92 tests: add tests for Reader initialization Zbigniew Jędrzejewski-Szmek 2015-09-17 00:05:36 +02:00
  • 008aac74d7 journal: reindent to 4 spaces Zbigniew Jędrzejewski-Szmek 2015-09-10 09:00:34 +02:00
  • 5bf468dca1 tests: start adding tests for JournalHandler Zbigniew Jędrzejewski-Szmek 2015-09-10 08:44:39 +02:00
  • 5f36e8647a Normalize some strange indentation Zbigniew Jędrzejewski-Szmek 2015-09-08 10:36:16 +02:00
  • 085db21e5e tests: add more tests for socket functions Zbigniew Jędrzejewski-Szmek 2015-09-06 18:54:55 +02:00
  • e6b305b41a tests: adapt to python2.7 output again Zbigniew Jędrzejewski-Szmek 2015-09-05 14:23:20 +02:00
  • 0cf0cf7e42 tests: daemon.booted Zbigniew Jędrzejewski-Szmek 2015-09-05 14:18:32 +02:00
  • 2e115f3c4f tests: daemon.listen_fds Zbigniew Jędrzejewski-Szmek 2015-09-05 14:13:38 +02:00
  • c76c5f0ef7 tests: fix test discovery by pytest Zbigniew Jędrzejewski-Szmek 2015-09-05 13:47:47 +02:00
  • 26a9c1f18a tests: also collect doctests from rst Zbigniew Jędrzejewski-Szmek 2015-09-05 13:33:40 +02:00
  • cc5f218a50 tests: enable doctests in the sources Zbigniew Jędrzejewski-Szmek 2015-09-05 12:48:07 +02:00
  • b71b8b64eb Fix booted() doc Evgeny Vereshchagin 2015-09-03 21:55:33 +03:00
  • ef225f1219 Merge a7ae2ac848 into c71fbb58e5 Evgeny Vereshchagin 2015-09-04 15:57:24 +00:00
  • f83dea9f8d Add compatibility with systemd < 205 Zbigniew Jędrzejewski-Szmek 2015-09-04 17:05:08 +02:00
  • c71fbb58e5 build-sys: output full pkg-config output on failure Zbigniew Jędrzejewski-Szmek 2015-09-04 12:21:28 +02:00
  • ddca9bbe3a build-sys: use pkg-config to build with old systemd Zbigniew Jędrzejewski-Szmek 2015-09-04 09:50:51 +02:00
  • a7ae2ac848 Fix booted() doc Evgeny Vereshchagin 2015-09-03 21:55:33 +03:00
  • d03d276625 README: add semaphore build badge Zbigniew Jędrzejewski-Szmek 2015-09-03 20:27:36 +02:00
  • a93828172f tests: add first test Zbigniew Jędrzejewski-Szmek 2015-08-07 11:47:37 -04:00
  • d2bc513440 tree-wide: systemd→python-systemd in headers Zbigniew Jędrzejewski-Szmek 2015-08-07 11:41:16 -04:00
  • 40e08de1a6 build-sys: add clean targets Zbigniew Jędrzejewski-Szmek 2015-08-07 11:38:21 -04:00
  • 71d82616a8 Fix daemon.is_fifo and .is_mq under Python 3 Jacek Konieczny 2015-08-07 12:25:05 +02:00
  • 8a4c99f464 Merge 6ab757aba8 into 58c65cf10a Jacek Konieczny 2015-08-07 10:30:40 +00:00
  • 6ab757aba8 Fix daemon.is_fifo and .is_mq under Python 3 Jacek Konieczny 2015-08-07 12:25:05 +02:00
  • e88ca95925 Merge 88b6ce1e8b into 58c65cf10a David Strauss 2015-08-02 14:20:17 +00:00
  • 58c65cf10a Update source building instructions David Strauss 2015-07-07 12:15:39 -07:00
  • 108d3d8ea9 build-sys: also add installation and dist targets Zbigniew Jędrzejewski-Szmek 2015-07-08 15:29:50 -04:00
  • 344d520d8c build-sys: exclude id128-constants.h after all Zbigniew Jędrzejewski-Szmek 2015-07-08 15:23:02 -04:00
  • c030a453c2 docs: avoid warning about duplicate target name Zbigniew Jędrzejewski-Szmek 2015-07-08 15:17:00 -04:00
  • 2f5a390239 docs: update links in documentation Zbigniew Jędrzejewski-Szmek 2015-07-08 15:12:25 -04:00
  • f13a571db2 build-sys: call setup.py from make Zbigniew Jędrzejewski-Szmek 2015-07-08 14:49:46 -04:00
  • e706969039 build-sys: add make rules for documentation Zbigniew Jędrzejewski-Szmek 2015-07-08 14:47:46 -04:00
  • 1ad7f56b90 Move docs to top level and include in manifest Zbigniew Jędrzejewski-Szmek 2015-07-08 13:45:03 -04:00
  • 88b6ce1e8b Update source building instructions David Strauss 2015-07-07 12:15:39 -07:00
  • 2cef4ef7fc Bump version to 230 v230 Zbigniew Jędrzejewski-Szmek 2015-07-05 21:37:09 -04:00
  • f58519d53e Specify system-devel@ as the maintainers Zbigniew Jędrzejewski-Szmek 2015-07-05 21:22:56 -04:00
  • 9d0b8bbaf0 build-sys: add MANIFEST.in to properly include all files Zbigniew Jędrzejewski-Szmek 2015-07-05 21:04:20 -04:00
  • e1ce6a2802 Use python-systemd as the name Zbigniew Jędrzejewski-Szmek 2015-07-05 21:00:08 -04:00
  • 410f054ddf Update LICENSE file and classifiers Zbigniew Jędrzejewski-Szmek 2015-07-05 20:16:46 -04:00
  • 31baccc855 build-sys: update setup.py to build everything Zbigniew Jędrzejewski-Szmek 2015-07-05 14:39:14 -04:00
  • 022c9b5be4 Merge development in systemd upstream Zbigniew Jędrzejewski-Szmek 2015-07-05 14:16:08 -04:00
  • 2a3fc158a5 remove gudev and gtk-doc Kay Sievers 2015-06-03 00:09:23 +02:00
  • d6c4257815 python-systemd: fix is_socket_inet to cope with ports Simon Farnsworth 2015-03-25 17:00:09 +00:00
  • 7ea37c0d40 python-systemd: avoid hitting assert in __exit__ Dave Reisner 2014-10-14 07:54:56 -04:00
  • a68a57ed71 Always prefer our headers to system headers Zbigniew Jędrzejewski-Szmek 2014-07-31 04:15:29 -04:00
  • 4398250261 systemd-python: fix failing assert Zbigniew Jędrzejewski-Szmek 2014-04-05 13:29:50 -04:00
  • 583f1a9441 systemd-python: use .hex instead of .get_hex() Zbigniew Jędrzejewski-Szmek 2014-04-05 13:23:25 -04:00
  • f7cf47eb64 python: reindent _reader.c Lennart Poettering 2014-02-20 19:14:52 +01:00
  • ce4e46ae66 macro: introduce nice macro for disabling -Wmissing-prototypes warnigs Lennart Poettering 2014-02-20 18:35:03 +01:00
  • 5e1d42a180 util: use alloca0() intead of alloca() + memzero() Lennart Poettering 2014-01-31 12:27:35 +01:00
  • 5cf9be60ca use memzero(foo, length); for all memset(foo, 0, length); calls Greg KH 2014-01-31 06:51:32 +01:00
  • d109c7035f systemd-python: fix listen_fds under Python 2 Zbigniew Jędrzejewski-Szmek 2013-12-30 00:01:00 -05:00
  • 73f327ce21 systemd-python: fix setting of exception codes Zbigniew Jędrzejewski-Szmek 2013-12-29 23:39:28 -05:00
  • 2ebe9bf6c3 trivial coding style clean ups Thomas Hindoe Paaboel Andersen 2013-12-03 22:27:45 +01:00
  • 07c1d9a144 systemd-python: fix booted() and add two functions to docs Zbigniew Jędrzejewski-Szmek 2013-11-11 19:53:59 -05:00
  • 7bb40a26e0 systemd-python: convert keyword value to string Richard Marko 2013-11-05 15:41:20 +01:00
  • 39970127f2 systemd-python: check for oom, give nicer error messages Zbigniew Jędrzejewski-Szmek 2013-08-15 12:51:20 -04:00
  • ec9078e45e systemd-python: fix initialization of _Reader objects Steven Hiscocks 2013-08-15 12:50:32 -04:00
  • ac8b2b3eb3 systemd-python: fix gcc warning Zbigniew Jędrzejewski-Szmek 2013-07-26 11:02:27 -04:00
  • 7583998db7 systemd-python: use modern C Zbigniew Jędrzejewski-Szmek 2013-07-25 18:55:08 -04:00
  • c0d8b4e810 systemd-python: also update the documentation Zbigniew Jędrzejewski-Szmek 2013-07-18 00:03:09 -04:00
  • 2bfb849c70 systemd-python: add support for sd_j_open_files Zbigniew Jędrzejewski-Szmek 2013-07-17 12:50:13 -04:00
  • 2c0317be82 systemd-python: fix iteration Zbigniew Jędrzejewski-Szmek 2013-07-17 12:50:43 -04:00
  • d9a07b11ea systemd-python: wrap sd_notify Zbigniew Jędrzejewski-Szmek 2013-07-05 22:15:54 -04:00
  • 0a3463cd5b journal: add ability to filter by current user Zbigniew Jędrzejewski-Szmek 2013-06-04 22:31:05 -04:00
  • 98f187ea64 systemd-python: do not attempt to convert str to bytes Zbigniew Jędrzejewski-Szmek 2013-05-16 00:38:39 -04:00
  • d9e0a12c2a systemd-python: allow threads around flush Zbigniew Jędrzejewski-Szmek 2013-05-09 18:28:15 -04:00
  • cba4e76b2f systemd-python: use consistent indentation Zbigniew Jędrzejewski-Szmek 2013-05-09 18:25:54 -04:00
  • 3ac545a83d systemd-python: wrap sd_login_monitor Zbigniew Jędrzejewski-Szmek 2013-05-09 18:10:30 -04:00
  • 466a9b7fe1 systemd-python: add wrappers for easy functions in sd-login Zbigniew Jędrzejewski-Szmek 2013-05-08 19:46:49 -04:00
  • 7b3e876dde systemd-python: add __version__ strings Zbigniew Jędrzejewski-Szmek 2013-05-08 21:08:14 -04:00
  • cfcc187067 Spelling fixes Ville Skyttä 2013-05-03 23:43:11 +03:00
  • dbf3584a15 systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER Zbigniew Jędrzejewski-Szmek 2013-04-22 22:07:18 -04:00
  • 756d44fc44 systemd-python: wrap sd_journal_add_conjunction Zbigniew Jędrzejewski-Szmek 2013-04-18 19:37:26 -04:00
  • fdb41b9f70 move _cleanup_ attribute in front of the type Harald Hoyer 2013-04-18 09:11:22 +02:00
  • 68db467eea sd-messages.h: add new bootchart message id Zbigniew Jędrzejewski-Szmek 2013-04-15 22:42:27 -04:00
  • 0035bc19b1 Report about syntax errors with metadata Zbigniew Jędrzejewski-Szmek 2013-04-15 22:25:58 -04:00
  • 6238295ba7 python-systemd: Reader return special fields and _Reader changes Steven Hiscocks 2013-04-14 20:55:08 +01:00
  • 81d7790578 systemd-python: export new sd_journal_{process,get_events,get_timeout} Zbigniew Jędrzejewski-Szmek 2013-04-14 18:37:03 -04:00
  • f805090312 systemd-python: fix formatting in docstring Zbigniew Jędrzejewski-Szmek 2013-04-14 18:37:38 -04:00
  • d9dc73a923 systemd-python: fix wait bug Steven Hiscocks 2013-04-06 18:46:44 -04:00
  • 06e0c9012f Use initalization instead of explicit zeroing Zbigniew Jędrzejewski-Szmek 2013-03-24 19:59:00 -04:00
  • 0c9613000a systemd-python: allow retrieval of single fields Zbigniew Jędrzejewski-Szmek 2013-03-20 23:01:32 -04:00
  • 530a0dcbc3 systemd-python: split out realtime and monotonic into separate functions Zbigniew Jędrzejewski-Szmek 2013-03-20 19:12:27 -04:00
  • 3507ff227b systemd-python: implement _Reader.test_cursor Zbigniew Jędrzejewski-Szmek 2013-03-20 19:00:37 -04:00
  • 8057e1c7e7 systemd-python: cleanup up usec_t handling Zbigniew Jędrzejewski-Szmek 2013-03-20 18:40:05 -04:00