Commit graph

5445 commits

Author SHA1 Message Date
François Grisez
6784ece619 Optimizes generation of the API's documentaition 2018-04-03 14:38:59 +02:00
Erwan Croze
4b2c1ef133 Init bctbx logger before create the core in factory 2018-04-03 14:37:03 +02:00
François Grisez
ac3c7c1fa3 Doc generator: global table of content in the side pannel 2018-03-30 15:16:48 +02:00
Benjamin Reis
e86659a97e fix memory leak 2018-03-29 15:40:44 +02:00
Benjamin Reis
cbdd2a1005 avoid double free 2018-03-29 11:00:48 +02:00
Simon Morlat
4dd2b64c0b Fix reference model of LinphoneChatMessage and its listener. 2018-03-29 10:55:09 +02:00
Simon Morlat
04fffe5c90 attempt to fix a crash with LinphoneChatMessage (java) pointing to a null LinphoneChatMessage (C) 2018-03-29 10:46:56 +02:00
François Grisez
998d7633e8 Renames enums_page.mustache into enum_page.mustache 2018-03-28 16:52:53 +02:00
Benjamin Reis
d7fcc06dd0 Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-28 09:27:15 +02:00
François Grisez
75f38a97e0 Remove source directory 2018-03-27 17:21:59 +02:00
François Grisez
40ca8aca3f Merge remote-tracking branch 'public/dev_refactor_cpp' into dev_doc_generator 2018-03-27 16:21:37 +02:00
Sylvain Berfini
813ab614eb Use Header class instead of pair<string, string> in Content + improved tester 2018-03-27 11:48:40 +02:00
Benjamin Reis
951ead79c2 Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-26 17:03:34 +02:00
Sylvain Berfini
22218cb188 Improved log + fixed external body url format 2018-03-26 16:07:26 +02:00
Benjamin Reis
5c3cc21c60 Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-23 14:29:37 +01:00
Sylvain Berfini
707d9b6a43 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-03-23 11:53:43 +01:00
Sylvain Berfini
0dfd57b505 Clean code related to multiparts' Contents 2018-03-23 11:17:52 +01:00
Benjamin Reis
d3bd85918a Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-21 14:26:11 +01:00
Sylvain Berfini
8a30c727db Improved parameter use in ContentType 2018-03-21 14:23:23 +01:00
Simon Morlat
cd65cb0e11 Fix invalid declaration of C function. 2018-03-21 11:50:14 +01:00
Benjamin Reis
0edd34bc6d Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-21 11:05:51 +01:00
Simon Morlat
b0b908efce Avoid detection of false leaks due to the address cache. 2018-03-21 10:57:06 +01:00
Sylvain Berfini
cf2b6ca2bf Fixed content type parameters between SalBodyHandler and Content 2018-03-21 10:51:19 +01:00
Benjamin Reis
0bc8499bbb handle simple notify when subcribe was made for list 2018-03-20 16:39:47 +01:00
Benjamin Reis
177dd8778c Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription 2018-03-20 15:02:18 +01:00
Benjamin Reis
6e5dc5333e fix previsous commit 2018-03-20 11:40:16 +01:00
Benjamin Reis
565c0899b1 check content disposition at right place 2018-03-20 11:28:48 +01:00
Benjamin Reis
1394899408 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-03-20 10:40:25 +01:00
Sylvain Berfini
fa37a0cd50 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-03-19 17:58:53 +01:00
Sylvain Berfini
b248771be1 Removed content.c as it is not compiled anymore 2018-03-19 17:34:14 +01:00
Erwan Croze
29f9de93a3 Fix no break error in proxy.c 2018-03-19 17:15:16 +01:00
Sylvain Berfini
bca906e399 Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-03-19 17:01:05 +01:00
Benjamin Reis
980b440e88 fix crashes 2018-03-19 14:43:25 +01:00
Jehan Monnier
5a985ca79d update proxy config etag on status PublishOk. It allows PUBLISH to be consistent over network state changes, avoiding orphan tuples to remain server side. 2018-03-19 14:19:23 +01:00
Benjamin Reis
198ea9fbac add header to discriminate chat room list subscription 2018-03-19 13:47:48 +01:00
Benjamin Reis
8edcc9f71f call localListEventHandler when necessary + use subscribeReceived instead of subscriptionStateChanged 2018-03-19 12:21:09 +01:00
Ghislain MARY
0cf7325c4b Fix memory leak with proxy config routes. 2018-03-16 15:58:48 +01:00
Sylvain Berfini
eb6713b68d Merge branch 'dev_multi_routes' into dev_refactor_cpp 2018-03-16 11:12:30 +01:00
Mickaël Turnel
a244da20ff Add a TMMBR callback 2018-03-15 13:58:43 +01:00
Ghislain MARY
734453206d Fix crash if user pointer of op is null in call failure callback. 2018-03-15 10:36:01 +01:00
Ghislain MARY
09025ed3c8 Add chat room callbacks to handle subscription to registration state of participants + add new group chat tester. 2018-03-14 18:18:39 +01:00
Jehan Monnier
e620b432b2 avoid invalid read if CallSessionPrivate is deleted within call to L_GET_PRIVATE(session)->failure(); 2018-03-14 10:29:44 +01:00
Sylvain Berfini
9b0c21cc23 Fixed multi routes crash 2018-03-13 15:03:20 +01:00
Sylvain Berfini
b35df101ee Started multi routes but currently crashes... 2018-03-09 17:42:22 +01:00
François Grisez
19555f443e Fixes translate_class_reference() method 2018-03-09 15:49:30 +01:00
François Grisez
98d377694b Support of enums inside class 2018-03-09 15:02:57 +01:00
Ghislain MARY
b9eaf0a7e9 Prevent ChatRoom C++ objects from being leaked. 2018-03-09 10:20:20 +01:00
François Grisez
aba5f7e473 Removes all items from the side panel except the search bar 2018-03-08 15:49:51 +01:00
François Grisez
ddfae7e2e1 Enable HTML5 writer 2018-03-08 15:24:07 +01:00
François Grisez
5f2305dc97 Make the body width to adapt to browser window width 2018-03-08 14:32:07 +01:00