Paul Beckingham
eb6cc1fa77
Docs: Typo
2018-05-13 22:47:42 -04:00
Paul Beckingham
6dffdaa471
Docs: Typo
2018-05-13 22:47:35 -04:00
Paul Beckingham
4dab89f7e6
Docs: Typo
2018-05-13 22:47:26 -04:00
Paul Beckingham
16ac2c70ab
Docs: Updated build parallelism
2018-05-13 22:46:41 -04:00
Paul Beckingham
e7d9aaec4e
Docs: Updated requirements
2018-05-13 22:46:28 -04:00
Paul Beckingham
2297b2d3a1
Feedback: Sync message now indicates how many local changes will be synced
2018-05-13 22:45:55 -04:00
Paul Beckingham
de8d9d88ff
Lexer: Typo
2018-05-13 22:45:38 -04:00
Paul Beckingham
e2e9725812
Variant: Reduced dependence on ISO8601
2018-05-13 22:45:30 -04:00
Paul Beckingham
60e5c488ac
DOM: tw.syncneeded should be 0/1, not false/true
2018-05-13 22:45:18 -04:00
Paul Beckingham
146a72b331
DOM: Partial DOM match is no longer an error
2018-05-13 22:45:07 -04:00
Paul Beckingham
65c351f50e
Docs: Updated dev file
2018-05-13 22:44:47 -04:00
Paul Beckingham
18c8b41f3f
Config: Eliminated
2018-05-13 22:44:21 -04:00
Paul Beckingham
f28b68661d
Docs: Removed references to $TERM, which is irrelevant anyway
2018-05-13 22:43:58 -04:00
Paul Beckingham
1751bbaea6
Context: Added local config load timing
2018-05-13 22:43:45 -04:00
Paul Beckingham
b57a734625
Config: Migrated to libshared Configuration
2018-05-13 22:43:33 -04:00
Paul Beckingham
00bbca275c
Config: Separated configuration from defaults
2018-05-13 22:43:06 -04:00
Paul Beckingham
e2271f9a03
Docs: Updated man page for DOM ref changes
2018-05-13 22:42:17 -04:00
Paul Beckingham
3eff3d2704
Config: Removed unused ::clear method
...
- This was used back when shadow file support needed to reset CLI parsing.
2018-05-13 22:42:05 -04:00
Paul Beckingham
bc517cecf3
libshared: Updated to d009b1de631c576510841593c85b257e96371b40
2018-05-13 22:41:55 -04:00
Paul Beckingham
2210528581
Docs: Updated test platform list
2018-05-13 22:41:46 -04:00
Paul Beckingham
e458c17f4f
Tests: Added new DOM reference tests
2018-05-13 22:41:38 -04:00
Paul Beckingham
3a69609ffd
DOM: New references: tw.syncneeded, tw.program, tw.args, tw.width, tw.height
...
- And deprecating context.program, context.args, context.width, context.height
2018-05-13 22:41:19 -04:00
Paul Beckingham
6641ca13a1
DOM: Typo
2018-05-13 22:40:10 -04:00
Paul Beckingham
6d1857c253
Docs: Typo
2018-05-13 22:39:55 -04:00
Paul Beckingham
29ec7d6bf3
Docs: Typo
2018-05-13 22:39:47 -04:00
Paul Beckingham
fd45b7f93f
Docs: Typo
2018-05-13 22:39:40 -04:00
Paul Beckingham
3fb591714a
Docs: Typo
2018-05-13 22:39:29 -04:00
Paul Beckingham
c5e0577aee
Docs: Typo
2018-05-13 22:39:16 -04:00
Paul Beckingham
95ca400826
Docs: Typo
2018-05-13 22:38:34 -04:00
Paul Beckingham
5125bb840d
Docs: Typo
2018-05-13 22:38:11 -04:00
Paul Beckingham
89fffbb4da
Docs: Typo
2018-05-13 22:36:51 -04:00
Paul Beckingham
a190fb447d
Docs: Typo
2018-05-13 22:36:42 -04:00
Paul Beckingham
06f91ed4b9
Docs: Typo
2018-05-13 22:36:33 -04:00
Paul Beckingham
187ae4b938
Docs: Update for testing flod2
2018-05-13 22:36:20 -04:00
Paul Beckingham
a1abc46138
TW-1885: Task Sync does not send TLS SNI headers
...
- Thanks to Dan Callahan.
2018-05-13 22:36:10 -04:00
Tomas Babej
5c243b6c4c
TLSClient: Improve diagnostics
...
Task now correctly distinguishes the situation where CA file is present,
but not valid in some sense (empty file, not valid PEM, ..). In this
case the gnutls_certificate_set_x509_trust_file returns 0, as the number
of certificates detected in the file.
The method returns negative numbers for other errors, such as the CA
file itself missing.
Also clarify that when validating client cert/key pair, each of them can
be the source of the problem, not only the cliet certificate file.
2018-05-13 22:35:42 -04:00
Tomas Babej
4f28f26626
TLSClient: Respect 'allow all' and 'ignore hostname' trust settings
2018-05-13 22:35:18 -04:00
Tomas Babej
0907fbf906
style: Remove doubled spaces in the error message
2018-05-13 22:35:04 -04:00
Tomas Babej
4a27ba8bce
TLSClient: Free error data after extracting error message
2018-05-13 22:34:53 -04:00
Tomas Babej
f2177e1254
docs: Update the build toolchain requirements
2018-05-13 22:34:41 -04:00
Tomas Babej
be4ca80842
build: Fix linking problem on non-OS-X platforms
2018-05-13 22:34:23 -04:00
Federico Hernandez
18001a9d2d
Mentioned cmake handling of submodule in DEVELOPER file
2018-05-13 22:34:02 -04:00
Federico Hernandez
7d2ce304c4
Mentioned cmake handling of submodule in DEVELOPER file
2018-05-13 22:33:08 -04:00
Federico Hernandez
24538da200
Handling of git submodule in cmake
2018-05-13 22:31:40 -04:00
Paul Beckingham
0a2f6caba0
TLS: Now uses SNI
2018-05-13 22:31:27 -04:00
Paul Beckingham
eb6af955c3
libshared: Updated to 6aa2b315c476bac3fdb7bf2bc259af55eee89f83
2018-05-13 22:31:15 -04:00
Paul Beckingham
dbfab0a535
Docs: Updated docs with new history/ghistory commands.
2018-05-13 22:31:02 -04:00
Lukas Barth
d2a1b9f18e
Add localized strings
2018-05-13 22:30:45 -04:00
Lukas Barth
80a3f74852
Add unit tests for new history commands
2018-05-13 22:30:28 -04:00
Lukas Barth
e934065cf8
Update manpage for history commands
2018-05-13 22:30:18 -04:00