Jason Volk
|
8b9b27d8bc
|
ircd::resource: Simplify the resource entry interface.
|
2018-11-06 21:35:30 -08:00 |
|
Jason Volk
|
fdff7428ce
|
ircd::client: Add request counting stats; console cmd related.
|
2018-11-06 21:34:28 -08:00 |
|
Jason Volk
|
7c815116a6
|
ircd::ctx: Fix comment typo.
|
2018-11-06 19:48:06 -08:00 |
|
Jason Volk
|
cc818f15b6
|
ircd::resource: Add stats for methods.
|
2018-11-05 20:45:30 -08:00 |
|
Jason Volk
|
8217b51526
|
ircd::resource: Reorg resource/method handler stack; devirtualize resource.
|
2018-11-05 20:45:30 -08:00 |
|
Jason Volk
|
d49b3ba7dd
|
ircd::resource: Minor reorg class layout / opts.
|
2018-11-05 19:14:53 -08:00 |
|
Jason Volk
|
cbbfbcac72
|
ircd::db: Optimize away one of the row ctor's vector heap allocations.
|
2018-11-05 17:12:29 -08:00 |
|
Jason Volk
|
e03d36aa48
|
ircd::allocator: Add allocator::scope device.
|
2018-11-05 16:45:08 -08:00 |
|
Jason Volk
|
2914487aad
|
ircd::json: Add more explicit integer ctors to value; minor reorg ctors.
|
2018-11-04 18:00:24 -08:00 |
|
Jason Volk
|
9299b0df9f
|
ircd: Make ircd::terminate / ircd::assertion funcjects.
|
2018-11-04 18:00:24 -08:00 |
|
Jason Volk
|
9d7032e29e
|
ircd:Ⓜ️:room: Make the state iteration readahead value a conf item.
|
2018-11-02 20:05:11 -07:00 |
|
Jason Volk
|
8af997ab2e
|
ircd:Ⓜ️:room: Add conf item to disable all state btree history queries.
|
2018-11-02 20:04:17 -07:00 |
|
Jason Volk
|
5236790228
|
ircd:Ⓜ️ Handle json::not_found on index() for more descriptive error.
|
2018-11-02 19:42:20 -07:00 |
|
Jason Volk
|
6b1fd6c559
|
ircd:Ⓜ️:dbs: Remove the _event_bad column; patch event exists/good/bad stack.
|
2018-11-02 19:42:20 -07:00 |
|
Jason Volk
|
a5955fc9ae
|
ircd:Ⓜ️:dbs: Options package; configuration tweak.
|
2018-11-02 19:15:57 -07:00 |
|
Jason Volk
|
25e6cd1332
|
ircd::db: Add compression string option to column descriptor.
|
2018-11-02 18:32:47 -07:00 |
|
Jason Volk
|
8311c1e7ff
|
ircd::db: Improve supported compressions listing w/ console cmd.
|
2018-11-02 18:02:27 -07:00 |
|
Jason Volk
|
ad003a0d66
|
ircd:Ⓜ️:dbs: Add conf items for bloom filters.
|
2018-11-02 18:01:03 -07:00 |
|
Jason Volk
|
f2a08426c5
|
ircd:Ⓜ️:dbs: Add conf item for meta block size of all direct event columns.
|
2018-11-02 09:01:23 -07:00 |
|
Jason Volk
|
49bad9f01d
|
ircd::db: Check for posix_fadvise(); implement InvalidateCache for environment if not direct IO.
|
2018-11-02 01:30:15 -07:00 |
|
Jason Volk
|
1d03747da3
|
ircd::db: Toward O_DIRECT writes from writable_file environment.
|
2018-11-02 01:11:36 -07:00 |
|
Jason Volk
|
95d42686f3
|
ircd::db: Add reflection for WriteLifeTimeHint.
|
2018-11-02 01:07:09 -07:00 |
|
Jason Volk
|
7b798645a4
|
ircd::db: Downgrade error severity to allow administrative resume.
|
2018-11-02 00:05:21 -07:00 |
|
Jason Volk
|
94bfe39ec6
|
ircd::fs: Save the std openmode in the fd::opts struct.
|
2018-11-01 23:35:52 -07:00 |
|
Jason Volk
|
916a5b26ea
|
ircd: Additional ircd::terminate() output and flushing.
|
2018-11-01 22:25:10 -07:00 |
|
Jason Volk
|
8db063bfc4
|
ircd::fs: Remove internal alignment paddings.
|
2018-11-01 22:23:04 -07:00 |
|
Jason Volk
|
13e6e02901
|
ircd::fs: Improve request priority value related; get sysconf info.
|
2018-11-01 20:19:55 -07:00 |
|
Jason Volk
|
3385d25c97
|
ircd::info: Improve various version information gathering.
|
2018-11-01 20:14:00 -07:00 |
|
Jason Volk
|
6b6106499f
|
ircd::fs: Add write_options.alignment; padding out to alignment for aio write.
|
2018-10-31 17:00:17 -07:00 |
|
Jason Volk
|
88be871149
|
ircd::aio: Switch to PREADV/PWRITEV iovector operations.
|
2018-10-31 16:29:20 -07:00 |
|
Jason Volk
|
5dcc7cd93b
|
ircd::db: Add error report state w/ interface w/ console cmd.
|
2018-10-31 15:53:43 -07:00 |
|
Jason Volk
|
0f7e17a519
|
ircd::db: Add resume from error interface w/ console cmd.
|
2018-10-31 15:03:32 -07:00 |
|
Jason Volk
|
5da7f20a9a
|
ircd::db: Add and use reflection for Status::Severity.
|
2018-10-31 14:48:14 -07:00 |
|
Jason Volk
|
ac01ae0936
|
ircd::db: Move reflections for WriteStall- and BackgroundError- related.
|
2018-10-31 14:40:00 -07:00 |
|
Jason Volk
|
ee670af436
|
ircd::db: Fix WriteStallInfo reflection and log message.
|
2018-10-31 14:22:31 -07:00 |
|
Jason Volk
|
34e330d77b
|
ircd::db: Simplify buffer alignment callback related; fix log message.
|
2018-10-31 14:09:10 -07:00 |
|
Jason Volk
|
f46886e0b8
|
ircd::db: Support future CanKeysWithDifferentByteContentsBeEqual feature.
|
2018-10-31 11:25:07 -07:00 |
|
Jason Volk
|
941b4ff8eb
|
ircd::db: Support passthru stub for comparator feature.
|
2018-10-31 11:23:55 -07:00 |
|
Jason Volk
|
895c52694e
|
ircd::db: Deinline database::comparator ctor.
|
2018-10-31 11:23:30 -07:00 |
|
Jason Volk
|
fec935463b
|
Merge branch 'libressl' of https://github.com/DanySpin97/charybdis
|
2018-10-30 13:58:18 -07:00 |
|
Jason Volk
|
22d06a4670
|
Merge branch 'libressl-2' of https://github.com/DanySpin97/charybdis
|
2018-10-30 13:38:14 -07:00 |
|
Jason Volk
|
a91cdeec0c
|
ircd::ctx: Reorg / abstract / deinline promise related.
|
2018-10-30 12:18:16 -07:00 |
|
Danilo Spinella
|
4e1be6d1fd
|
Drop const modifier for libressl
|
2018-10-29 15:37:51 +00:00 |
|
Danilo Spinella
|
0258ea7999
|
Add ASN1_TIME_seconds method for LibreSSL
Credits to https://github.com/Castaglia.
a3d65e8683
|
2018-10-29 15:28:18 +00:00 |
|
Jason Volk
|
0ea1ba2968
|
ircd:Ⓜ️:room::power: Simplify level_event / level_state interface related.
|
2018-10-27 14:27:53 -07:00 |
|
Jason Volk
|
01ec851b4d
|
ircd:Ⓜ️:dbs: Improve some column description strings.
|
2018-10-27 13:44:40 -07:00 |
|
Jason Volk
|
3447a1cc45
|
ircd:Ⓜ️:room::power: Support power for state events in the interface.
|
2018-10-25 18:19:54 -07:00 |
|
Jason Volk
|
39eb015565
|
ircd:Ⓜ️:room: Add join_rule query convenience suite.
|
2018-10-25 18:19:53 -07:00 |
|
Jason Volk
|
61016b479b
|
ircd:Ⓜ️:room::power: Support defaulting level for the room creator.
|
2018-10-25 18:09:31 -07:00 |
|
Jason Volk
|
8733e16ca4
|
ircd:Ⓜ️ Add convenience suite to get or check the room creator's user id.
|
2018-10-25 18:09:31 -07:00 |
|