Commit Graph

  • 9931ad4fa2 Updated ChangeLog 0.9.1 Dmitry Podgorny 2016-09-16 01:10:25 +03:00
  • 5a1f282292 README: remove mention of the check dependency Dmitry Podgorny 2016-09-16 01:07:21 +03:00
  • b360316b8b tests/resolver: added test case with pointers Dmitry Podgorny 2016-09-16 01:01:43 +03:00
  • c6aaa96dcb resolver: fixed few bugs Dmitry Podgorny 2016-09-15 19:26:10 +03:00
  • f0706f56c4 tests: remove dependency on check package Dmitry Podgorny 2016-09-15 12:42:45 +03:00
  • 4ef2740c36 Update version to 0.9.1 James Booth 2016-09-14 19:53:25 +01:00
  • 5e0330f0ad libstrophe 0.9.0 0.9.0 Dmitry Podgorny 2016-09-14 18:55:48 +03:00
  • 717a19859f doc: describe parameters to suppress doxygen warnings Dmitry Podgorny 2016-09-14 18:54:40 +03:00
  • 209f21905e Update Doxyfile Dmitry Podgorny 2016-09-14 18:52:20 +03:00
  • 38aa05624d Add warning about disabled TLS in build-android.sh Dmitry Podgorny 2016-09-14 18:12:47 +03:00
  • 136055024e conn: update documentation for xmpp_connect_raw() Dmitry Podgorny 2016-09-14 17:49:10 +03:00
  • 8d3f3d837a Remove trailing dots from changelog Michael Vetter 2016-09-14 14:21:18 +02:00
  • 151debf7ee stanza: remove inline keyword from _render_update() Dmitry Podgorny 2016-09-08 15:04:34 +03:00
  • d8da993a73 Don't write outside a buffer boundary Dmitry Podgorny 2016-09-08 14:17:03 +03:00
  • 72173087a9 conn: move _disconnect_cleanup() to other static functions Dmitry Podgorny 2016-09-06 22:17:24 +03:00
  • 229215b49c conn: xmpp_conn_open_stream() sends user-supplied tag Dmitry Podgorny 2016-09-06 22:06:29 +03:00
  • dd7aeff5d2 Avoid trying to link against libresolv for Android Fredrik Fornwall 2016-09-06 01:24:26 +02:00
  • 3e95806d2e conn: suppress gcc warning Dmitry Podgorny 2016-09-05 11:45:35 +03:00
  • 7ad42add73 test_string: Fix failing strdup test Tim Nieradzik 2016-09-05 09:11:01 +03:00
  • 936ddb0d15 Compute correct send_queue_len. Garick Hamlin 2012-11-05 15:14:40 -05:00
  • 233094af10 tests/parser: include string.h explicitly Dmitry Podgorny 2016-09-04 03:35:28 +03:00
  • 94e84f0643 README: add travis status icon Dmitry Podgorny 2016-09-04 02:17:03 +03:00
  • 8662611a34 travis-ci: remove make install Dmitry Podgorny 2016-09-04 02:16:15 +03:00
  • 60e6c191e9 README: mention about pkg-config dependency Dmitry Podgorny 2016-09-04 02:06:26 +03:00
  • 211170822f Integrate with Travis-CI Dmitry Podgorny 2016-09-04 02:05:00 +03:00
  • c80f99bc68 tests: add tests for string functions Dmitry Podgorny 2016-09-04 00:52:37 +03:00
  • 53e44aa0e3 util: added strtok_r implementation for old compilers Dmitry Podgorny 2016-09-04 00:20:23 +03:00
  • 2b249130c9 ChangeLog: mention that xmpp_conn_t is reusable Dmitry Podgorny 2016-09-03 17:10:26 +03:00
  • 84fa4466ee conn: clear authenticated flag on reset Dmitry Podgorny 2016-09-03 17:09:21 +03:00
  • beaaab5742 tls_schannel: don't force RC4 for TLS handshake Dmitry Podgorny 2016-09-03 16:30:24 +03:00
  • f351d62355 tests/jid: fixed crash on QNX Dmitry Podgorny 2016-09-02 19:57:25 +03:00
  • b6fcb7035d rand: replace time() with time_stamp() as entropy source Dmitry Podgorny 2016-09-02 17:38:42 +03:00
  • c0a224cf84 Remove const in parser_free() declaration Dmitry Podgorny 2016-09-02 17:10:51 +03:00
  • 384ef8023e auth: coding style Dmitry Podgorny 2016-09-02 17:10:14 +03:00
  • f44232762e tls/schannel: remove unused variable Dmitry Podgorny 2016-09-02 17:09:47 +03:00
  • 111659cc91 ctx: add workaround for ms compilers without va_copy support Dmitry Podgorny 2016-09-02 15:22:31 +03:00
  • 4ae4b8c94b event: suppress warning about type overflow Dmitry Podgorny 2016-09-02 15:22:14 +03:00
  • 2b2de142ef tests/resolver: fix the test and add new testcase Dmitry Podgorny 2016-09-02 12:45:28 +03:00
  • a45af3a929 resolver: srv_rr_list can be uninitialised Dmitry Podgorny 2016-09-02 12:39:10 +03:00
  • 3e77afb27e Fix type mismatch Dmitry Podgorny 2016-09-02 11:59:54 +03:00
  • 0c60e8d384 tls_openssl: coding style Dmitry Podgorny 2016-09-02 00:32:50 +03:00
  • 2bff3f8722 conn: unify error codes for API functions Dmitry Podgorny 2016-09-02 00:30:22 +03:00
  • dc56737b71 conn: implemented xmpp_connect_raw() Dmitry Podgorny 2016-04-26 18:29:47 +00:00
  • 3869906357 Fixed spacing in event.c Dmitry Podgorny 2016-08-30 23:34:24 +03:00
  • 75b19be572 unify _sleep() macro in event.c Dmitry Podgorny 2016-08-30 19:43:05 +03:00
  • b0a1842a53 examples/bot: fix memory leaks and use stanza helpers Dmitry Podgorny 2016-08-30 15:32:10 +03:00
  • 14066d0bff resolver: fix commit 171b285 Dmitry Podgorny 2016-08-29 14:04:17 +03:00
  • 171b285cbe sock : Add DNS-SRV list sorted by priority and weight, check result connection. Chih-Wei Chen 2016-07-18 17:34:26 +08:00
  • f46cf669a3 Android: added make files Dmitry Podgorny 2015-10-16 17:07:35 +03:00
  • 09e5103eee Update ChangeLog James Booth 2016-08-22 13:10:23 +01:00
  • 1a657c67e2 Fixed typo Dmitry Podgorny 2016-05-21 01:28:39 +03:00
  • 3e86987f5f sock: fixed build on cygwin Dmitry Podgorny 2016-05-11 11:28:45 +03:00
  • e83d0d6b62 SCRAM-SHA-1: fixed base64-decoding of salt Dmitry Podgorny 2016-05-08 09:01:20 +03:00
  • 2ffb278aa4 Implemented public Base64 interface Dmitry Podgorny 2016-04-30 18:04:56 +00:00
  • 7f57e3987a tests/resolver: don't link against -lstrophe Dmitry Podgorny 2016-04-30 16:39:31 +00:00
  • c62d1d64ab tests/ctx: enable the test Dmitry Podgorny 2016-04-30 16:37:18 +00:00
  • c9a5cba113 tests/jid: enable the test Dmitry Podgorny 2016-04-30 16:15:45 +00:00
  • e4a4bdd3a3 Implemented public SHA1 interface Dmitry Podgorny 2016-04-29 22:48:58 +00:00
  • 565ace7982 tests/snprintf: undef HAVE_SNPRINTF and HAVE_VSNPRINTF Dmitry Podgorny 2016-04-29 22:44:28 +00:00
  • 71d90d60a5 Fixed comments inside strophe.h Dmitry Podgorny 2016-04-29 17:00:13 +00:00
  • b5d9b33b6f Refactor rand Dmitry Podgorny 2016-04-29 14:18:43 +00:00
  • 063f4deb22 Refactor autotools scripts Dmitry Podgorny 2016-04-28 22:37:27 +00:00
  • 192ab59608 resolver: fixed uninitialised var Dmitry Podgorny 2016-04-28 20:40:16 +00:00
  • a3da77b8f6 stanza: return const char* for non allocated strings Dmitry Podgorny 2016-04-27 11:56:50 +00:00
  • c0aad0bf00 README: describe autotools dependency Dmitry Podgorny 2016-04-27 11:54:04 +00:00
  • a2834f8f92 conn: fixed doxygen comments Dmitry Podgorny 2016-04-26 20:27:25 +00:00
  • 2ef432f632 conn: xmpp_conn_set_keepalive() stores parameters in conn Dmitry Podgorny 2016-04-26 19:48:34 +00:00
  • a50d706bcd stanza: added helpers for particular stanzas Dmitry Podgorny 2016-04-26 18:18:11 +00:00
  • ca7af9c837 Fixed indentation and typos Dmitry Podgorny 2016-04-26 17:46:07 +00:00
  • a65679dd72 conn: removed unused fields from xmpp_conn_t Dmitry Podgorny 2016-04-26 13:03:16 +00:00
  • 211748e65a Replace bit mask hex values with shifts Dmitry Podgorny 2016-04-26 13:01:22 +00:00
  • 4c0c12343f sha1: moved SHA1HANDSOFF definition Dmitry Podgorny 2016-04-22 21:30:04 +00:00
  • 96873984b2 conn: handle stream tag properly Dmitry Podgorny 2016-04-22 21:04:29 +00:00
  • b06599963b conn: make xmpp_conn_t object reusable Dmitry Podgorny 2016-04-22 20:52:36 +00:00
  • ab80d72518 tls/openssl: handle SSL_shutdown() properly Dmitry Podgorny 2016-04-19 19:25:23 +00:00
  • ba7422c893 tls/openssl: be more verbose Dmitry Podgorny 2016-04-19 18:21:27 +00:00
  • 4b444ea699 tls/openssl: fixed indentation Dmitry Podgorny 2016-04-19 16:33:47 +00:00
  • 96dc61c772 sock: use sock_close() instead of close() Dmitry Podgorny 2016-04-16 20:19:16 +00:00
  • f5c2c81142 Added conn_send_queue_purge() function. Andrey (Stanson) Kozin 2016-02-08 08:56:09 +03:00
  • 838ed493a3 updated README.markdown Dmitry Podgorny 2016-04-15 15:56:22 +00:00
  • 9d7b3394e7 Makefile.am: updated EXTRA_DIST Dmitry Podgorny 2016-04-15 15:51:12 +00:00
  • 9e4e274c4d updated examples/README.md Dmitry Podgorny 2016-04-14 15:23:38 +00:00
  • e3b9fa1e53 tips for compiling example code Tusharsb 2015-12-01 23:17:07 +05:30
  • 85bf3f4241 conn: don't set flag in xmpp_conn_disable_tls() directly Dmitry Podgorny 2016-04-13 12:43:03 +00:00
  • 6d70bf4b0d tests/sha1: fixed indentation Dmitry Podgorny 2016-04-13 12:40:42 +00:00
  • 3aafeef215 res_query_dump: added comment with printable symbols Dmitry Podgorny 2016-04-13 12:38:53 +00:00
  • e60895087e event: let event loop start after xmpp_stop() Dmitry Podgorny 2016-04-13 10:20:55 +00:00
  • b169c0a91e conn: refactore connect functions Dmitry Podgorny 2016-04-12 20:19:16 +00:00
  • 968cb7dcdf conn: fixed indentation Dmitry Podgorny 2016-04-12 20:07:58 +00:00
  • 367aeb5844 conn: don't set tcp keepalives for disconnected connection Dmitry Podgorny 2016-04-08 18:17:07 +00:00
  • 5518a9e10a sock: refactore tcp keepalive setting Dmitry Podgorny 2016-04-08 17:59:08 +00:00
  • 6c1c2a86f8 TCP keepalive setting support Andrey (Stanson) Kozin 2016-02-08 08:28:41 +03:00
  • cb79f5c10b Revert "Added expat submodule for tracking vendor releases." Chih-Wei Chen 2016-03-16 16:38:09 +08:00
  • b7e308d057 Implemented resolver to replace sock_srv_lookup() Dmitry Podgorny 2015-10-14 18:48:55 +03:00
  • 714b2f9c03 Free send queue on connection release Andrey (Stanson) Kozin 2016-02-05 09:29:27 +03:00
  • a7c18ba6c7 autotools: choose correct library for res_query() Dmitry Podgorny 2016-02-05 23:30:32 +00:00
  • fc82aaeef2 git: added vim's swp files to .gitignore Dmitry Podgorny 2016-02-05 22:46:36 +00:00
  • c291513663 Makefile: remove unused src/thread.c Dmitry Podgorny 2016-02-05 21:58:00 +00:00
  • a413c68e52 fix: generated syntax errors on BSD's SH(1) Rafael Sadowski 2015-10-04 03:17:27 +02:00
  • 5b41247bac rand: remove sizeof(uint8_t) because it's always 1 Dmitry Podgorny 2016-01-10 13:05:30 +02:00