1. f83262e Support for microseconds by Gabriel Potkány · 10 years ago
  2. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  3. dc0ad20 Don't assume that log_file_permissions exists by Andrey Andreev · 10 years ago
  4. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  5. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  6. 871754a 2013 > 2014 by darwinel · 11 years ago
  7. d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
  8. 3d21520 Fix incorrect checks for the fwrite() return value by Andrey Andreev · 11 years ago
  9. 13c818e [ci skip] Remove empty lines by Andrey Andreev · 11 years ago
  10. e890ecf No need of this anymore by vkeranov · 11 years ago
  11. 838c9a9 Drop the unused parameter from log_message() / CI_Log::write_log() by Andrey Andreev · 11 years ago
  12. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  13. a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
  14. 6f19fd7 Revert "Update system/core/Log.php" by Chris Passas · 12 years ago
  15. 8d86367 Update system/core/Log.php by Chris Passas · 12 years ago
  16. fb8de24 Update system/core/Log.php by Chris Passas · 12 years ago
  17. 2718f6c Update system/core/Log.php by Chris Passas · 12 years ago
  18. 0bd6b28 Added support for changing the default log file extension from .php to whatever is preferred. example (.log) by Chris Passas · 12 years ago
  19. aae91a4 Update system/core/Log.php by Chris Passas · 12 years ago
  20. 3683723 core comment error. by Bo-Yi Wu · 12 years ago
  21. 9f690f1 Partially implement PR #2155 by Andrey Andreev · 12 years ago
  22. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  23. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  24. 0aeee85 Move the Log class to system/core/ by Andrey Andreev · 12 years ago[Renamed from system/libraries/Log.php]
  25. fc2fbc5 Fixed typo in logs. by Razican · 12 years ago
  26. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  27. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  28. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  29. b82bc3a Fix Cache, Image_lib and Log libraries by Timothy Warren · 13 years ago
  30. 443bbd9 Minor cleanup and style fixes in the Log and Javascript libraries by Andrey Andreev · 13 years ago
  31. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  32. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  33. 76cc920 Clean up the Log library by Andrey Andreev · 13 years ago
  34. 2835e08 - Stop logger from trying to chmod on each event to safe i/o and prevent error messages popping up when the user is different then the webserver by Jeroen van der Gulik · 13 years ago
  35. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  36. 333f9f9 added ability to log certain error types, not all under a threshold by Nithin · 13 years ago
  37. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  38. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  39. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  40. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  41. 2eaa407 Moving system/{logs,cache} to the application directory. by Greg Aker · 14 years ago
  42. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  43. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  44. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  45. 7f3719f updated copyrights by Derek Jones · 15 years ago
  46. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  47. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  48. d02b5bf by Rick Ellis · 16 years ago
  49. 9736d3f correcting some docblock comments by Derek Allard · 17 years ago
  50. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  51. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  52. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  53. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  54. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  55. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  56. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  57. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  58. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  59. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  60. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  61. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  62. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  63. 49439ff by admin · 18 years ago
  64. e334c47 by admin · 18 years ago
  65. 7099a58 by admin · 18 years ago
  66. 10c3f41 by admin · 18 years ago
  67. 633ec37 by admin · 18 years ago
  68. 1cf89aa by admin · 18 years ago
  69. 57b3d39 by admin · 18 years ago
  70. 141808a by admin · 18 years ago
  71. b0dd10f Initial Import by admin · 18 years ago