Commit Graph

354 Commits

Author SHA1 Message Date
xiehuc 733836ea49 release 0.6.1
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-07-15 14:58:36 +08:00
xiehuc 2469d02707 fix login failed when need verify code 2015-07-15 14:55:37 +08:00
xiehuc cd59ddd527 msg_list may be NULL
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-07-15 14:15:01 +08:00
xiehuc 8781018692 [http.c] fix not set uplevel errno 2015-07-06 10:40:01 +08:00
xiehuc e91f1f553b release 0.6.0
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-06-07 23:36:23 +08:00
xiehuc 4ad2053f06 msg_content_clean clean type enum 2015-06-07 16:33:13 +08:00
xiehuc 3b7cc5bf14 modify http request structure
添加 LWQQ_HTTP_EV 宏
减少冗余信息
2015-06-07 16:16:11 +08:00
xiehuc 545d9575f5 remove async queue api 2015-06-07 14:51:21 +08:00
xiehuc 2a63fe32ec remove an err api lwqq_async_event_get_conn
whatever time an event get a conn is invalid
2015-06-07 14:07:48 +08:00
xiehuc ba7fba3331 add invalid content type 2015-06-07 13:24:48 +08:00
xiehuc b7c0270f43 fix deal loop in process content extension 2015-06-05 13:00:15 +08:00
xiehuc b4813ced3a update doc reference
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-06-05 08:56:20 +08:00
xiehuc 3a78dcea8a file content extension add size field 2015-06-03 20:37:35 +08:00
xiehuc 3b00fe97a4 file content add name field 2015-06-03 17:39:41 +08:00
xiehuc aef6424556 add a lwqq content extension api 2015-06-03 14:41:08 +08:00
xiehuc 5221777bfd reset client magic advanced 2015-05-04 15:11:57 +08:00
xiehuc 4257454b08 release 0.5.0
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-24 23:04:52 +08:00
xiehuc 4ba0a97ad0 fix two invalid read
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-23 21:21:35 +08:00
xiehuc ed4194b5a3 [http] optimize read cookie 2015-04-23 14:10:06 +08:00
xiehuc ce1cecba6d remove lwqq_bit_set lwqq_bit_get api 2015-04-23 13:12:01 +08:00
xiehuc 15392fd646 [async] impl add name flags and support multi compile multi impl 2015-04-20 23:06:53 +08:00
xiehuc e38f5adeca fix two evset undef misuse 2015-04-18 11:57:03 +08:00
xiehuc e7753b879c re open async unref api 2015-04-18 11:51:56 +08:00
xiehuc a525093e2c add global vim config
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-18 01:28:45 +08:00
xiehuc 64a892c558 fix no need logout when didn't login 2015-04-17 22:02:29 +08:00
xiehuc 638f234968 verify code doesn't need uin field 2015-04-17 21:34:17 +08:00
xiehuc 8360aca511 rewrite login logic, clear code 2015-04-17 21:33:10 +08:00
xiehuc 5cedd99c7b fix crash when change status while login 2015-04-17 21:32:17 +08:00
xiehuc 37196fdb59 [http] write cookie when logout 2015-04-17 21:30:58 +08:00
xiehuc a1c4a41f8d [vplist] fix vp_unlink double free 2015-04-17 20:37:27 +08:00
xiehuc dfd242837e reindent all code using clang-format
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-17 18:15:10 +08:00
xiehuc eeafe032d7 fix forgot clean cookie extension 2015-04-17 00:39:49 +08:00
xiehuc 62b3f7c236 release 0.4.3
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-17 00:07:08 +08:00
xiehuc 7dd65e9d1e clean code 2015-04-17 00:02:36 +08:00
xiehuc fa6e62a0ea fix login problem 2015-04-16 23:28:02 +08:00
xiehuc 4e4958e90a add cookie extension
Signed-off-by: xiehuc <xiehuc@gmail.com>
2015-04-16 22:24:16 +08:00
xiehuc 904419e47d test 2015-04-16 19:55:33 +08:00
xiehuc 5fc97e5564 disable lwqq_async_evset_undef in global
this is buggy, hard to use, cause dead lock
when system weak from sleep, always cause dead lock
2015-04-16 17:03:49 +08:00
xiehuc f63ad30423 sscanf avoid overflow 2015-04-15 12:39:48 +08:00
xiehuc 348604c485 fix mis use lwqq_async_evset_unref
i think this is a unnecessary api, really
2015-04-13 17:52:32 +08:00
xiehuc 25990e41a4 Merge branch 'limingy-master' into dev 2015-04-09 11:48:33 +08:00
xiehuc 8f1d94a447 [async.c] reuse code for event_finish 2015-04-09 11:46:35 +08:00
xiehuc 5a3d6a6ca1 [async.h] update api comment 2015-04-09 11:45:45 +08:00
xiehuc 9eac5cdf6d reindent some code 2015-04-09 11:32:07 +08:00
xiehuc 3b073d92d3 Merge branch 'master' of https://github.com/limingy/lwqq into limingy-master 2015-04-09 11:19:12 +08:00
Liming Yang 2d27acfb8b race condition update 2015-04-08 21:24:45 +08:00
Liming Yang 3db17d44d8 race condition fix 2015-04-08 10:13:11 +08:00
Liming Yang fc2af233be race condition 2015-04-08 09:41:20 +08:00
xiehuc c9b9ffef69 reduce header files dependency 2015-04-05 22:38:39 +08:00
xiehuc d859c8ad31 Merge remote-tracking branch 'origin/dev' into dev 2015-03-05 14:21:57 +08:00