Commit Graph

92 Commits

Author SHA1 Message Date
latex 5712693842 make install more configurable 2023-02-06 17:31:43 +01:00
latex 81dc020a82 don't force PREFIX and support DESTDIR 2023-02-01 16:03:39 +01:00
latex 8b90c9e2ca Merge remote-tracking branch 'netfoundry/master' 2023-02-01 15:19:24 +01:00
latex c7b869f661 Replace stupid gypkg build system with simple Makefile 2023-01-31 23:52:48 +01:00
ekoby 07105c196d
Merge pull request #2 from netfoundry/fix-crash-on-close-without-src
fix crashes when close() is called without stream set
2023-01-02 11:11:29 -05:00
Eugene K 8cb4515e53
fix crashes when close() is called without stream set 2023-01-02 10:59:58 -05:00
Curt Tudor 784379dcc3
Merge pull request #1 from netfoundry/e2e-tls
don't crash if read_stop is not set
2020-05-29 06:57:54 -07:00
rentallect 370b57625e don't crash if read_stop is not set 2020-05-29 09:19:52 -04:00
Fedor Indutny b3ae0767c8 1.0.5 2017-06-14 14:16:43 -04:00
Alexey Plotnik 408b8c86dd test: fix compilation issues on Windows platform
PR-URL: https://github.com/indutny/uv_link_t/pull/3
2017-06-14 14:16:12 -04:00
Fedor Indutny a7512f0664 docs: minor fix 2017-04-18 16:58:58 -04:00
Fedor Indutny f64ff12814 gyp: specify mini-test.c semver 2017-04-16 16:03:15 -04:00
Fedor Indutny 6daf0c2c31 test: use mini-test.c 2017-04-16 15:41:57 -04:00
Fedor Indutny 7e5885a2bd 1.0.4 2016-08-06 18:46:45 +02:00
Alexey Plotnik c46bd437e2 inlucde: add extern "C" 2016-08-06 18:46:37 +02:00
Fedor Indutny e68fc125b7 1.0.3 2016-07-08 15:42:00 -04:00
Fedor Indutny 8884f5a714 make: update to gypkg@2.3.0 2016-07-01 16:31:52 -04:00
Fedor Indutny 41de99030a 1.0.2 2016-06-08 20:02:36 -04:00
Fedor Indutny 618d5e5023 package: bump gypkg 2016-06-08 20:02:28 -04:00
Fedor Indutny ba2f320b67 gyp: remove extra files 2016-06-07 12:25:27 -04:00
Fedor Indutny c01ebb5eed readme: png => svg 2016-06-07 02:23:06 -04:00
Fedor Indutny 404bc1fe6e readme: add badge 2016-06-07 00:58:45 -04:00
Fedor Indutny e87db7842f 1.0.1 2016-06-06 23:11:29 -04:00
Fedor Indutny a85336e492 package: bump gypkg just in case 2016-06-06 23:11:22 -04:00
Fedor Indutny f627f6fbd1 gypkg: use fancy arrows 2016-06-06 23:10:34 -04:00
Fedor Indutny 3a74c6452f lib: update to gypkg@1.1.0 2016-06-06 21:11:10 -04:00
Fedor Indutny 95ba97041f test: remove deps 2016-06-06 17:25:08 -04:00
Fedor Indutny 65ee3b519c npm: add binding.gyp to fix travis 2016-06-06 17:16:44 -04:00
Fedor Indutny f19bb5ca2a src: port to gypkg 2016-06-06 17:13:16 -04:00
Fedor Indutny f149d0ea93 readme: fix typo 2016-06-06 12:25:57 -04:00
Fedor Indutny 4916c3ba7e api: uv_link_errno 2016-06-04 19:25:26 -04:00
Fedor Indutny 79d44e403c docs: more notes about errors 2016-06-04 16:11:09 -04:00
Fedor Indutny b03d9a4c2f src: fix non-constant value error 2016-06-04 16:05:52 -04:00
Fedor Indutny af170cc9bb api: experimental error reporting 2016-06-04 15:44:18 -04:00
Fedor Indutny a66bb042e0 Revert "api: `uv_link_strerror`"
This reverts commit 0799c7c91e.
2016-06-04 14:46:01 -04:00
Fedor Indutny 09d9895a81 Revert "docs: add default strerror"
This reverts commit 6bec46526b.
2016-06-04 14:46:00 -04:00
Fedor Indutny a2eeb762fc Revert "doc: mention strerror implementation details"
This reverts commit 5fb3b729bb.
2016-06-04 14:45:59 -04:00
Fedor Indutny 5fb3b729bb doc: mention strerror implementation details 2016-06-04 14:40:14 -04:00
Fedor Indutny 6bec46526b docs: add default strerror 2016-06-04 14:38:23 -04:00
Fedor Indutny 0799c7c91e api: `uv_link_strerror` 2016-06-04 14:37:26 -04:00
Fedor Indutny c5e93b2077 readme: add section about left todos 2016-06-04 14:05:02 -04:00
Fedor Indutny af223b5875 readme: add link to implementation guide 2016-06-04 11:05:48 -04:00
Fedor Indutny 65243164fc docs: implementation guide 2016-06-04 11:05:05 -04:00
Fedor Indutny 41a0b873de defaults: stop reading on error 2016-06-04 10:33:26 -04:00
Fedor Indutny d7e448cd03 api: rename default cb 2016-06-04 10:26:23 -04:00
Fedor Indutny 201448c9bb src: error or NULL links they happen on close
Right after `uv_link_close()` all links will be unchained, meaning that
they `link->parent` is NULL. Instead of crashing on calls like:

`uv_link_try_write(link->parent, ...)`

Make them return `UV_EFAULT`, indicating that no parent is present
anymore. Alternatively, these checks could be done in user code, but it
will make it too cumbersome.
2016-06-03 14:52:38 -04:00
Fedor Indutny 88ffbdbeba test: add test for close protection 2016-06-03 13:59:37 -04:00
Fedor Indutny 1d9649b1ae src: experiment fix 2016-06-03 13:08:52 -04:00
Fedor Indutny fe32ad3b58 src: fix experiment 2016-06-03 13:06:48 -04:00
Fedor Indutny 106064e396 src: more experiments 2016-06-03 13:06:06 -04:00