🌐 AI搜索 & 代理 主页
  1. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  2. 1cf021e Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX. by dan · 16 years ago
  3. 18472fa Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 by drh · 17 years ago
  4. 29bafea Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) by danielk1977 · 17 years ago
  5. 8c4d6b9 Fix a bug in the noop-mutex implementation. (CVS 5242) by drh · 18 years ago
  6. 65bbf29 Bug fixes: Plug a memory leak introduced by the previous check-in. Get by drh · 18 years ago
  7. d025174 Remove public APIs sqlite3_mutex_init() and sqlite3_mutex_end(). This commit only changes the code, documentation is not updated yet. (CVS 5238) by danielk1977 · 18 years ago
  8. e5ae573 Continuing work on the new memory allocation subsystem. by drh · 18 years ago
  9. 40257ff Progress toward implementation of sqlite3_config() and a rework of the by drh · 18 years ago
  10. c7ce76a Bug fixes in the mutex header file. Tickets #2599 and #2600. (CVS 4335) by drh · 18 years ago
  11. 437b901 Break up the mutex implementation into separate source files, one by drh · 18 years ago