2017-03-14 |
Michal Schmidt | hashmap: allow NULL key in ordered_hashmap_next()
|
commit | commitdiff | tree |
2015-03-16 |
Michal Schmidt | core/namespace: fix path sorting
|
commit | commitdiff | tree |
2015-03-16 |
Michal Schmidt | shared: add path_compare(), an ordering path comparison
|
commit | commitdiff | tree |
2015-02-25 |
Michal Schmidt | journal: make skipping of exhausted journal files effective...
|
commit | commitdiff | tree |
2015-02-20 |
Michal Schmidt | shared: handle unnamed sockets in socket_address_equal()
|
commit | commitdiff | tree |
2015-02-20 |
Michal Schmidt | shared: avoid semi-duplicating socket_address_equal()
|
commit | commitdiff | tree |
2015-02-20 |
Michal Schmidt | shared: use SocketAddress in socket_address_matches_fd()
|
commit | commitdiff | tree |
2015-02-20 |
Michal Schmidt | core, shared: in deserializing, match same files reached...
|
commit | commitdiff | tree |
2015-02-17 |
Michal Schmidt | journal-remote: fix client_cert memory leak
|
commit | commitdiff | tree |
2015-02-17 |
Michal Schmidt | journal-remote: fix certificate status memory leak
|
commit | commitdiff | tree |
2015-02-16 |
Michal Schmidt | Revert "build-sys: re-add old symbols for abi compat"
|
commit | commitdiff | tree |
2014-12-19 |
Michal Schmidt | journal: skipping of exhausted journal files is bad...
|
commit | commitdiff | tree |
2014-12-19 |
Michal Schmidt | journal: make next_with_matches() always use f->current_offset
|
commit | commitdiff | tree |
2014-12-19 |
Michal Schmidt | journal: fix skipping of duplicate entries in iteration
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: next_with_matches() now does not need a mapped...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: journal_file_next_entry() does not need pointer...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: optimize iteration by returning previously...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: optimize iteration by skipping exhausted files
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: drop unnecessary parameters of next_beyond_location()
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: remove redundant variable new_offset
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: compare candidate entries using JournalFiles...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: simplify set_location()
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: keep per-JournalFile location info during...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: abstract the resetting of JournalFile's location
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: move definition of LocationType to journal...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | Revert "journal: optimize iteration: skip whole files...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | Revert "journal: optimize iteration: skip files that...
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: delete unused function journal_file_skip_entry()
|
commit | commitdiff | tree |
2014-12-18 |
Michal Schmidt | journal: delete unused function journal_file_move_to_entry_b...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: replace contexts hashmap with a plain array
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: delete unused function mmap_cache_close_context
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: push type_to_context conversion down to journal_fil...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: have a named enum ObjectType
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: consistently use OBJECT_<type> names instead...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: consistently allow type==0 to mean "any type"
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: move type_to_context() to journal-file.c
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: remove journal_file_object_keep/release functions
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: map objects to context set by caller, not...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | journal: add debug mode for mmap-cache (--enable-debug...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | configure.ac: add a generic --enable-debug, replace...
|
commit | commitdiff | tree |
2014-12-12 |
Michal Schmidt | shared/hashmap.h: fix comment
|
commit | commitdiff | tree |
2014-12-09 |
Michal Schmidt | journal: optimize iteration: skip files that cannot...
|
commit | commitdiff | tree |
2014-12-09 |
Michal Schmidt | journal: optimize iteration: skip whole files behind...
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: another round of simplifications
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: use log_*_errno whenever %m is in the format...
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | core: fix return value in error path after sd_event_add_io...
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: a few more log_*_errno + return simplifications
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: yet more log_*_errno + return simplifications
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: more log_*_errno + return simplifications
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: simplify log_*_errno(r,...) immediately followed...
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: more log_*_errno() conversions, multiline...
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: more log_*_errno() conversions
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: drop unnecessary trailing \n in log_*() calls
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | core: two more log_unit_*_errno() conversions
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | core: convert log_unit_*() to log_unit_*_errno()
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | core: add log_unit_*_errno() macros
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: no need to negate errno for log_*_errno()
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | treewide: auto-convert the simple cases to log_*_errno()
|
commit | commitdiff | tree |
2014-11-28 |
Michal Schmidt | shared: fix log_emergency_errno macro
|
commit | commitdiff | tree |
2014-11-27 |
Michal Schmidt | core: fix transaction destructiveness check once more
|
commit | commitdiff | tree |
2014-11-26 |
Michal Schmidt | core: fix check for transaction destructiveness
|
commit | commitdiff | tree |
2014-11-26 |
Michal Schmidt | core: drop now-redundant special-casing of JOB_NOP
|
commit | commitdiff | tree |
2014-11-26 |
Michal Schmidt | core: fix assertion failure in checking a transaction...
|
commit | commitdiff | tree |
2014-11-26 |
Michal Schmidt | test: add test for crash when adding a JOB_NOP
|
commit | commitdiff | tree |
2014-11-11 |
Michal Schmidt | Revert "bus-proxyd: make policy checks optional"
|
commit | commitdiff | tree |
2014-11-10 |
Michal Schmidt | man: don't refer to undocumented option '--failed'
|
commit | commitdiff | tree |
2014-11-06 |
Michal Schmidt | shutdown: fix arguments to /run/initramfs/shutdown
|
commit | commitdiff | tree |
2014-11-06 |
Michal Schmidt | shared: create files even if the SELinux policy has...
|
commit | commitdiff | tree |
2014-11-04 |
Michal Schmidt | units: make systemd-journald.service Type=notify
|
commit | commitdiff | tree |
2014-11-04 |
Michal Schmidt | test: use assert_se in test_hashmap_move
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | test: test a corner case in hashmap_remove_and_replace()
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | configure.ac: add --enable-hashmap-debug option
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | tools: add gdb command to dump hashmap information
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | hashmap: rewrite the implementation
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | test: adjust max load factor in test_hashmap_many()
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | mempool: add a zeroing alloc function
|
commit | commitdiff | tree |
2014-10-30 |
Michal Schmidt | util: add log2u(), log2u_round_up()
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | unit: adjust for the possibility of set_move() failing
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: allow hashmap_move() to fail
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | unit: place reservations before merging other's dependencies
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | install, cgtop: adjust hashmap_move_one() callers for...
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | test: add test for hashmap_reserve()
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: introduce hashmap_reserve()
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: return more information from resize_buckets()
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | shared: split mempool implementation from hashmaps
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | resolve: make DnsScope::conflict_queue an OrderedHashmap
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | sd-bus: make sd_bus::reply_callbacks a OrderedHashmap
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | journal: make sd_journal::files a OrderedHashmap
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | journal: make Server::user_journals an OrderedHashmap
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | journal: make JournalFile::chain_cache an OrderedHashmap
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | install: make InstallContext::{will_install,have_installed...
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: drop assert(h) from hashmap_next()
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: hashmap_move_one() should return -ENOENT when...
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | test: add and improve hashmap tests
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | test: generate tests for OrderedHashmap from Hashmap...
|
commit | commitdiff | tree |
2014-10-23 |
Michal Schmidt | hashmap: add OrderedHashmap as a distinct type
|
commit | commitdiff | tree |
2014-10-21 |
Michal Schmidt | strv: use realloc_multiply() to check for multiplication...
|
commit | commitdiff | tree |
2014-10-20 |
Michal Schmidt | sysctl.d: default to fq_codel, fight bufferbloat
|
commit | commitdiff | tree |
2014-10-09 |
Michal Schmidt | service: enter SERVICE_STOP_SIGTERM state after getting...
|
commit | commitdiff | tree |
2014-09-15 |
Michal Schmidt | sd-bus: use proper ITERATOR_FIRST abstraction
|
commit | commitdiff | tree |
next |