updates.
[website.git] / docs / toolkit / ChangeLog
1 commit 7e1faf1493d6aad22c298a6d3bd3b01731c79bce
2 Author: Pekka Riikonen <priikone@silcnet.org>
3 Date:   Sun May 11 15:40:25 2014 +0300
4
5     toolkit: update MAC OS X build instructions
6
7 commit 5647fc7838a3358928c3bc8ed8e32e6b7e6f26ab
8 Author: Pekka Riikonen <priikone@silcnet.org>
9 Date:   Sat May 10 17:15:17 2014 +0300
10
11     silcclient: associate context with verify_public_key
12     
13     To allow application to better target the public key verification request
14     add support to have the client or server entry associated with the request
15     inside SilcClientConnection context.
16
17 commit 071aff87b3b9aa4005ab3012ffd688fe10dcee9e
18 Author: Pekka Riikonen <priikone@silcnet.org>
19 Date:   Sat May 10 13:51:44 2014 +0300
20
21     silcclient: fix error reporting in silc_client_init
22
23 commit 02745be76c1b9cee66b66a5e5bcd79b4b7f6d2a2
24 Author: Pekka Riikonen <priikone@silcnet.org>
25 Date:   Tue May 6 18:24:58 2014 +0300
26
27     silcclient: handle command timeout error correctly
28     
29     If command which can return a list of entries such as the LIST command
30     timeouts the cmd->status may be something other than SILC_STATUS_OK,
31     ie. _LIST_END for example which then means ERROR_CALLBACK won't update
32     the SILC_STATUS_ERR_TIMEOUT correctly to the cmd context.  This can
33     crash the application handling the command reply.  Clear the cmd->status
34     in case the command timedout.
35
36  .gitignore                                         |     2 -
37  configure.ad                                       |     2 +-
38  doc/Makefile.ad                                    |     8 +-
39  lib/doc/building.html                              |    18 +-
40  lib/silcclient/client.c                            |     6 +-
41  lib/silcclient/client_prvmsg.c                     |     5 +
42  lib/silcclient/command_reply.c                     |     1 +
43  lib/silcclient/silcclient.h                        |    15 +-