Commit Graph

  • c95f134963 Change return type of is_known_rfc724_mid_in_list() to bool Dmitry Bogatov 2019-08-28 00:41:10 +00:00
  • 024c2883c0 cargo fmt Simon Laux 2019-09-02 16:08:43 +02:00
  • d7b0ecad75 transform current_block to ok_to_continue Simon Laux 2019-09-02 16:08:24 +02:00
  • 50947b81c0 set correct default value for inbox_watch B. Petersen 2019-09-03 00:39:33 +02:00
  • e5a1b721f1 try use py36 for uploads (#429) holger krekel 2019-09-03 15:30:28 +02:00
  • 3bfaaf10e3 another holger krekel 2019-09-03 14:54:32 +02:00
  • 73da9b21a3 another try holger krekel 2019-09-03 13:37:44 +02:00
  • aeb1a88e7a Remove dc_move.rs and move dc_do_heuristics_moves to context.rs Alexander Krotov 2019-08-27 01:01:01 +03:00
  • c406675d6a Mark dc_do_heuristics_moves as safe Alexander Krotov 2019-08-27 00:22:34 +03:00
  • 1ec193991b Make dc_token.rs safe Alexander Krotov 2019-09-02 15:07:01 +03:00
  • 5f33a8c54c try use py36 for uploads holger krekel 2019-09-02 20:46:26 +02:00
  • 7b9da77d51 cargo fmt jikstra 2019-09-02 18:31:51 +02:00
  • 1d09d2f0d1 cargo fmt Simon Laux 2019-09-02 15:57:11 +02:00
  • 5b993f601f transform current_block to ok_to_continue Simon Laux 2019-09-02 15:56:52 +02:00
  • 91510e7717 Cleanup closure should be defined as first thing and all variables should get passed as arguments jikstra 2019-09-02 17:35:42 +02:00
  • ff1e62a42d Closure shouldn't copy qr variable into it's own scope and we should never return null pointer jikstra 2019-09-02 17:05:31 +02:00
  • 77be6c4294 Merge pull request #424 from link2xt/chatlist_safe Alexander Krotov 2019-09-02 11:45:12 +00:00
  • 1497f263dc Mark Chatlist::get_summary as safe Alexander Krotov 2019-09-02 12:59:47 +03:00
  • d6e2798f5a Merge pull request #416 from deltachat/as_u32 björn petersen 2019-09-02 10:22:18 +02:00
  • 8e41037eb1 Merge pull request #422 from deltachat/raw_mime_assert björn petersen 2019-09-02 10:20:36 +02:00
  • 0bcd3bc94e Merge pull request #423 from KAction/fix-master2 björn petersen 2019-09-02 10:19:57 +02:00
  • fb5d53226d Fix errorneous ffi check in dc_send_msg Dmitry Bogatov 2019-09-01 22:45:49 +00:00
  • b5a9cc1380 Convert DC_*_ID_* constants to u32 Alexander Krotov 2019-08-28 19:25:08 +03:00
  • 1ba7368c6d mailmime_get_mime_type: do not dereference null pointer Alexander Krotov 2019-09-01 17:40:07 +03:00
  • c1a78d9c3e Merge remote-tracking branch 'kaction/clippy' Alexander Krotov 2019-08-30 01:48:17 +03:00
  • ad36671adb Merge pull request #414 from deltachat/forgiving-ffi björn petersen 2019-08-29 21:54:23 +02:00
  • 8902d0843b fix some return values B. Petersen 2019-08-28 18:32:34 +02:00
  • 010ac6a6ac print message to stderr on careless ffi usage B. Petersen 2019-08-28 18:24:01 +02:00
  • c71589a710 handle ffi-failures compatible to core-c B. Petersen 2019-08-28 13:37:26 +02:00
  • 9b70ea0595 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:30:48 +00:00
  • a6928c29e8 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:23:15 +00:00
  • 3d9129c198 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:17:12 +00:00
  • cf8f37449c Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:13:37 +00:00
  • 886870964b Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:11:48 +00:00
  • 6a5e107e64 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:09:40 +00:00
  • 723624b3f7 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:06:49 +00:00
  • 634dfaa1ca Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:03:07 +00:00
  • 2d00495d29 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-28 00:01:09 +00:00
  • ea964fd733 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-27 23:49:18 +00:00
  • dd5803e576 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-27 23:18:42 +00:00
  • 85e16f6e82 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-27 23:06:56 +00:00
  • 0a9f61783d Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-27 23:00:37 +00:00
  • 19a0071585 Fix one clippy::unneeded_unwrap warning Dmitry Bogatov 2019-08-27 22:44:57 +00:00
  • 2fe07e86c7 Replace explicit casts from 0 to pointer with std::ptr::null Dmitry Bogatov 2019-08-27 19:12:03 +00:00
  • 22c1b34ebf Remove 'unsafe' qualifier of dc_mimeparser_new() Dmitry Bogatov 2019-08-27 18:26:28 +00:00
  • eca11a74d7 Change type of dc_mimepart_t.msg to Option<String> Dmitry Bogatov 2019-08-27 00:23:41 +00:00
  • b3df24d188 Make dc_mimeparser_is_mailinglist_message() return bool, not int Dmitry Bogatov 2019-08-26 23:49:49 +00:00
  • 6fcd6419bd Use named MAILMIME_* constants instead of numeric values Dmitry Bogatov 2019-08-26 23:43:59 +00:00
  • edb0fa17af Make dc_mimeparser::reconcat_mime() safe Dmitry Bogatov 2019-08-26 23:11:51 +00:00
  • 86eb9cc058 Change type of `dc_mimeparser_t.type_0' to constants::Viewtype Dmitry Bogatov 2019-08-26 21:05:36 +00:00
  • 47c0526026 Avoid separate declaration and definition of `need_drop' variable Dmitry Bogatov 2019-08-26 20:14:12 +00:00
  • f5416b1c2c Drop deprecated S_GENERATE_COMPOUND_MSGS flag Dmitry Bogatov 2019-08-26 20:08:05 +00:00
  • a9f42f7a9e dc_mimeparser_parse(): avoid mutability of `has_setup_file' variable Dmitry Bogatov 2019-08-26 19:39:07 +00:00
  • 7650e1c7df Narrow type of dc_mimeparser_t.is_send_by_messenger to bool Dmitry Bogatov 2019-08-26 19:26:08 +00:00
  • 0de76d6d3f dc_mimeparser_parse(): simplify conditional expression Dmitry Bogatov 2019-08-26 19:05:57 +00:00
  • db4f972315 Move test for mimeparser from stress.rs into src/* Dmitry Bogatov 2019-08-26 18:47:07 +00:00
  • 8e4a01c98d Make dc_mimeparser_parse() return parser instead of modifying reference Dmitry Bogatov 2019-08-26 18:36:59 +00:00
  • 21976b14a6 dc_mimeparser_parse: accept input as slice, not as pointer + length Dmitry Bogatov 2019-08-26 16:58:31 +00:00
  • d3048aa06f Merge pull request #411 from deltachat/fix-nested-msg-info björn petersen 2019-08-27 16:41:54 +02:00
  • a1a85270e6 fix(message): avoid nested sql statement in dc_get_msg_info dignifiedquire 2019-08-27 14:26:13 +02:00
  • 2f6438f75a refactor: save locations (#407) Friedel Ziegelmayer 2019-08-27 14:27:04 +02:00
  • ff0fdd5837 Merge pull request #406 from deltachat/forgiving-ffi björn petersen 2019-08-27 10:20:37 +02:00
  • fc4ea0b7ae rental example rental-chatlist dignifiedquire 2019-08-26 23:40:01 +02:00
  • 651ad60f18 Put the context in an RwLock Floris Bruynooghe 2019-08-26 22:23:33 +02:00
  • 25b0a26ff9 fix(ffi): handle result from location deletion dignifiedquire 2019-08-26 21:50:33 +02:00
  • 3f8abd2218 refactor(location): make location on the kml object not optional dignifiedquire 2019-08-26 21:49:47 +02:00
  • 4ec214b3fc refactor(location): use bitflags for tags dignifiedquire 2019-08-26 21:46:57 +02:00
  • cefbd64f37 allow passing empty arrays to ffi B. Petersen 2019-08-26 21:38:23 +02:00
  • d25d839d6a refactor(location): more rusty api dignifiedquire 2019-08-26 21:29:40 +02:00
  • 23d49560bf refactor(location): rename module dc_location -> location dignifiedquire 2019-08-26 21:09:40 +02:00
  • bb16849eef refactor(location): remove most unsafe usage dignifiedquire 2019-08-26 21:07:53 +02:00
  • ae17971599 top_evil_rs.py: use glob to walk into subdirs Alexander Krotov 2019-08-25 21:40:30 +03:00
  • f13b068479 remove accidentally added function body B. Petersen 2019-08-26 14:42:07 +02:00
  • 850941bf8b target doxygen warnings B. Petersen 2019-08-26 13:11:18 +02:00
  • 11dd156594 tweak title B. Petersen 2019-08-26 12:39:55 +02:00
  • 78587ee6b1 add howto-generate-ffi-documentation B. Petersen 2019-08-26 12:39:12 +02:00
  • 3eeb184278 ignore doxygen generated files B. Petersen 2019-08-26 12:33:57 +02:00
  • 7632eb1ce0 make doxygen work B. Petersen 2019-08-26 12:32:35 +02:00
  • 3eea175d36 ffi docs for dc_lot_t B. Petersen 2019-08-25 22:50:11 +02:00
  • 8f24ff74dd ffi docs for dc_contact_t B. Petersen 2019-08-25 22:47:02 +02:00
  • 6fab7d0a27 ffi docs for dc_msg_t B. Petersen 2019-08-25 22:43:05 +02:00
  • 7cc52e0a55 ffi docs for dc_chat_t B. Petersen 2019-08-25 22:32:24 +02:00
  • aa0801014a ffi docs for dc_chatlist_t B. Petersen 2019-08-25 22:28:35 +02:00
  • 9e379338bc ffi docs for dc_array_t B. Petersen 2019-08-25 22:25:44 +02:00
  • ba62d13a14 ffi docs for dc_context_t B. Petersen 2019-08-25 21:55:59 +02:00
  • d7d7147549 refactor: make dc_dehtml() function safe Dmitry Bogatov 2019-08-26 15:15:14 +00:00
  • b2031f5bcd Remove dc_open() from the Rust API Floris Bruynooghe 2019-08-11 15:03:02 +02:00
  • 6e16ea5f8b intermediate commit cleanup/jobsend holger krekel 2019-08-23 13:26:18 +02:00
  • 2fd4b09cbc rustify several things around the precheck function holger krekel 2019-08-22 21:49:47 +02:00
  • 157d68246f Merge branch 'master' into cleanup/jobsend holger krekel 2019-08-21 09:34:46 +02:00
  • 8a73f84003 Move all unsafe code from dc_array.rs to FFI Alexander Krotov 2019-08-18 17:23:32 +03:00
  • 6b044dd85a make python tests run the mvbox thread holger krekel 2019-08-21 07:39:41 +02:00
  • 118599b4cc Update account.py Asiel Díaz Benítez 2019-08-19 14:56:08 -04:00
  • 9227c4b55c - simplify inbox-connection-guards and returns - make dc_msg_exists safe holger krekel 2019-08-20 11:15:28 +02:00
  • 287ccb15ba address @dignifiedquire Default suggestion holger krekel 2019-08-20 10:40:27 +02:00
  • f47e637519 cargo fmt holger krekel 2019-08-20 09:31:05 +02:00
  • 9633f251e0 deindent/cleanup set_mdnsent and delete_msg return code handling holger krekel 2019-08-20 09:26:57 +02:00
  • e319f51342 Merge branch 'master' into cleanup/jobsend holger krekel 2019-08-20 09:08:21 +02:00
  • 55b62b0b7d cargo fmt holger krekel 2019-08-20 09:03:36 +02:00
  • 37d20bfb5c select_folder -> bool holger krekel 2019-08-20 08:59:33 +02:00