Commit Graph

  • f212ae7728 Updates tree.go + fixes + unit tests Manu Mtz-Almeida 2015-05-05 16:37:33 +0200
  • 295201dad2 Adds wercker.yml Manu Mtz-Almeida 2015-05-05 15:19:19 +0200
  • f414648384 - More unit tests - Improves HTML debug render - InputHolder removed - More debug logs Manu Mtz-Almeida 2015-05-05 15:06:38 +0200
  • d3302e76c2 Teeny tiny typo fix! Kane Rogers 2015-04-30 22:32:50 +1000
  • ffd35c365e Fix typo/grammar in function comment Sridhar Ratnakumar 2015-04-25 21:27:04 -0700
  • 832d3b9ecb support running with socket zebozhuang 2015-04-13 00:32:31 +0800
  • 0a192fb0fa Tons of unit tests Manu Mtz-Almeida 2015-04-09 12:15:02 +0200
  • ac1ee3fb86 Adds unit tests for Utils Manu Mtz-Almeida 2015-04-08 15:32:50 +0200
  • c61c547539 More unit tests for ResponseWriter Manu Mtz-Almeida 2015-04-08 15:20:39 +0200
  • a28104fa21 Better unit tests for BasicAuth middleware Manu Mtz-Almeida 2015-04-08 15:17:41 +0200
  • 4d315f474b More unit tests Manu Mtz-Almeida 2015-04-08 14:24:49 +0200
  • 8b26264574 Merge branch 'develop' into performance Manu Mtz-Almeida 2015-04-08 13:37:25 +0200
  • 54b3decc21 More unit tests Manu Mtz-Almeida 2015-04-08 13:30:17 +0200
  • ac0ad2fed8 Improves unit tests Manu Mtz-Almeida 2015-04-08 02:58:35 +0200
  • 67f8f6bb69 Captures the path before any middleware modifies it Manu Mtz-Almeida 2015-04-07 23:49:53 +0200
  • 9355274051 Updates godep Manu Mtz-Almeida 2015-04-07 23:34:55 +0200
  • 873aecefa9 Renames DefaultLogFile to DefaultWriter Manu Mtz-Almeida 2015-04-07 23:34:16 +0200
  • 5ee822fcee Improves Context.Input Manu Mtz-Almeida 2015-04-07 23:28:49 +0200
  • 1532be7c10 Context Accepted is an exported variable Manu Mtz-Almeida 2015-04-07 23:28:36 +0200
  • 408108f4e7 Merge pull request #254 from bfosberry/fixing-static-bug Manu Mtz.-Almeida 2015-04-07 23:19:45 +0200
  • af4980ece2 Performance improvement in Auth middleware Manu Mtz-Almeida 2015-04-07 20:00:10 +0200
  • a4eadceb45 Merge branch 'develop' into performance Manu Mtz-Almeida 2015-04-07 19:59:43 +0200
  • d33079d0ec Performance improvement when writing formatted strings Manu Mtz-Almeida 2015-04-07 19:54:17 +0200
  • 3fce8efcc6 Renames LoggerInFile() to LoggerWithFile() Manu Mtz-Almeida 2015-04-07 18:56:17 +0200
  • dcdf7b92f4 Error middleware does not write if the it is already written Manu Mtz-Almeida 2015-04-07 18:52:33 +0200
  • 598c78297c NoWritten and DefaultStatus must be unexported variables Manu Mtz-Almeida 2015-04-07 18:50:16 +0200
  • 6c788a4300 Adds default file log option Manu Mtz-Almeida 2015-04-07 18:37:17 +0200
  • 0b7dce4bc9 Updates godeps Manu Mtz-Almeida 2015-04-07 18:14:49 +0200
  • 9828435f70 Fixes failing unit test Manu Mtz-Almeida 2015-04-07 18:14:33 +0200
  • a887e395f3 Fixes integration with "go-validate-yourself" Manu Mtz-Almeida 2015-04-07 16:06:53 +0200
  • ee3b67eda1 Experimenting with new validation library!!! Manu Mtz-Almeida 2015-04-07 12:30:16 +0200
  • ea962038e1 Cosmetic changes Manu Mtz-Almeida 2015-04-07 12:27:23 +0200
  • 3abeba82fc Context redirect uses the built-in redirect facility Manu Mtz-Almeida 2015-04-07 12:27:02 +0200
  • 1f6304ca25 Cleaning up performance branch Manu Mtz-Almeida 2015-04-07 12:22:38 +0200
  • 6167586d8f Fixing bug with static pathing Brendan Fosberry 2015-04-06 14:26:16 -0500
  • 3faa81a464 Removes unit test in performance branch temporarily. Manu Mtz-Almeida 2015-03-31 21:53:38 +0200
  • 2915fa0ffe Zero allocation router, first commit Manu Mtz-Almeida 2015-03-31 21:39:06 +0200
  • c0e8cedc98 Updates Context tests Manu Mtz-Almeida 2015-03-31 20:12:10 +0200
  • 32d76614aa Adds inputHolder Manu Mtz-Almeida 2015-03-31 18:35:36 +0200
  • 1213878e9a Using data first argument Manu Mtz-Almeida 2015-03-31 18:04:52 +0200
  • abcc6d9dec Adds indented JSON render Manu Mtz-Almeida 2015-03-31 18:02:38 +0200
  • d4413b6e91 Refactors binding module Manu Mtz-Almeida 2015-03-31 17:51:10 +0200
  • 18880f9215 ForwardedFor() is deprecated Manu Mtz-Almeida 2015-03-31 17:44:45 +0200
  • 4a37b0808b Refactors Context initialization Manu Mtz-Almeida 2015-03-31 17:39:30 +0200
  • df3ed787e1 Fixes debug HTML rendering: Manu Mtz-Almeida 2015-03-31 17:36:13 +0200
  • 0569c5fb95 add support for embedded struct to Bind Martin Karlsch 2015-03-27 08:31:27 -0700
  • 59d949d350 Moves errorMsg to errors.go Manu Mtz-Almeida 2015-03-26 14:10:46 +0100
  • 9d59fc51bc math package is missing Manu Mtz-Almeida 2015-03-26 14:07:01 +0100
  • 31323f694b AbortIndex is missing Manu Mtz-Almeida 2015-03-26 04:27:34 +0100
  • 1e417c7a50 Refactors Context allocation Manu Mtz-Almeida 2015-03-25 19:33:17 +0100
  • aa9fad5ad8 Fixes NoMethod / NoRoute handlers Manu Mtz-Almeida 2015-03-25 16:53:58 +0100
  • 48fec0650d Cosmetic changes Manu Mtz-Almeida 2015-03-23 06:03:12 +0100
  • 3e3ced70d4 Using log.Panic instead Manu Mtz-Almeida 2015-03-23 05:50:10 +0100
  • 34b1d0262e Refactors response_writer.go Manu Mtz-Almeida 2015-03-23 04:45:33 +0100
  • 251b73fc70 Fixes #239 bug Manu Mtz-Almeida 2015-03-23 04:45:03 +0100
  • 8f31fbc502 Refactors render.go Manu Mtz-Almeida 2015-03-23 04:42:05 +0100
  • 615c62d736 Some cosmetic changes Manu Mtz-Almeida 2015-03-23 04:41:29 +0100
  • c8ee142717 Google App Engine does not support fmt. Using log instead Manu Mtz-Almeida 2015-03-23 04:40:33 +0100
  • 3285007fbb Refactores context.go Manu Mtz-Almeida 2015-03-23 04:39:53 +0100
  • 4103061a4a Refactores BasicAuth Manu Mtz-Almeida 2015-03-23 04:38:32 +0100
  • 5857ddcd2c Merge pull request #243 from mattyw/patch-1 Javier Provecho Fernandez 2015-03-18 19:08:48 +0100
  • e8fc0c74b4 gin/context.go: Minor change in Abort comment Matt Williams 2015-03-17 18:51:03 +0000
  • e2fa89777e Merge branch 'develop' | v0.5 release Javier Provecho Fernandez 2015-03-09 02:51:20 +0100
  • 2b85363447 Update AUTHORS and CHANGELOG Javier Provecho Fernandez 2015-03-09 02:50:24 +0100
  • 1921ccbaf3 Merge pull request #235 from donileo/NoMethod Javier Provecho Fernandez 2015-03-09 01:30:35 +0100
  • 5feda9fa7a added missing MIMEMultipartPOSTFORM and changed http.Router Godep.json SHA Adonis 2015-03-08 20:25:51 -0400
  • a04d9e271c Include NoMethod Method to Gin to allow middlewares to handle 405 No Method Errors in the gin router Adonis 2015-03-08 19:37:27 -0400
  • cf8150ed2b Add HTML no template string output support #197 Javier Provecho Fernandez 2015-03-08 17:50:58 +0100
  • bee03fa7b0 Add documentation for using layout files with templates #219 techjanitor 2015-03-08 17:24:23 +0100
  • 51599d3c0a Merge branch 'develop' of github.com:gin-gonic/gin into develop Javier Provecho Fernandez 2015-03-08 15:53:06 +0100
  • d0bf5cdb83 Merge branch 'alexanderdidenko-develop' into develop Javier Provecho Fernandez 2015-03-08 15:51:26 +0100
  • 4e0e7d6e16 Add example from PR #121 Javier Provecho Fernandez 2015-03-08 15:50:23 +0100
  • 0fb7bed1c0 Added support multipart/form-data #109 Aleksandr Didenko 2015-03-08 15:43:37 +0100
  • 1333a65081 Merge pull request #217 from ethankan/develop Javier Provecho Fernandez 2015-03-08 14:36:21 +0100
  • 0f46ae2b81 Merge pull request #224 from zazab/bind-check-sub-structs Javier Provecho Fernandez 2015-03-08 14:33:22 +0100
  • 1a237a848e Merge pull request #231 from frankbille/patch-1 Javier Provecho Fernandez 2015-03-08 14:29:32 +0100
  • 38eb9676dc Merge branch 'mattn-colorful-logger-on-windows' into develop Javier Provecho Fernandez 2015-03-08 14:23:09 +0100
  • dc0091006b Reorder logger.go imports Javier Provecho Fernandez 2015-03-08 14:19:50 +0100
  • 1143d3c4d5 Merge branch 'colorful-logger-on-windows' of https://github.com/mattn/gin into mattn-colorful-logger-on-windows Javier Provecho Fernandez 2015-03-08 14:13:14 +0100
  • 3f923269d6 Merge branch 'tebeka-develop' into develop Javier Provecho Fernandez 2015-03-08 14:09:35 +0100
  • e5aefdee40 Reorder README.md example imports Javier Provecho Fernandez 2015-03-08 14:09:13 +0100
  • 2e47cda749 Using net/http constants instead of numeric values Miki Tebeka 2015-03-05 08:14:01 +0200
  • 5e3a096828 Added test for custom realm Frank Bille 2015-03-04 23:38:17 +0100
  • 07c0d2e8fe Add customizable Realm for Basic authentication Frank Bille 2015-03-04 23:15:03 +0100
  • e769b5dd37 colorful logger on windows Yasuhiro Matsumoto 2015-03-04 13:14:10 +0900
  • 3aa0e9c2e0 Merge pull request #226 from gitter-badger/gitter-badge Javier Provecho Fernandez 2015-02-21 12:31:56 +0100
  • 95230adbcb Added Gitter badge The Gitter Badger 2015-02-21 11:24:57 +0000
  • b537c5d15e Add slice elements check for not required slice Evgeny Persienko 2015-02-20 14:33:50 +0600
  • f145e435c7 Add validating sub structures Evgeny Persienko 2015-02-20 11:37:20 +0600
  • 7139ded297 Merge pull request #221 from rogierlommers/patch-1 Javier Provecho Fernandez 2015-02-15 23:03:02 +0100
  • 5f68948ab0 Merge pull request #220 from ironiridis/patch-1 Javier Provecho Fernandez 2015-02-15 23:00:18 +0100
  • 61ef0bea4a Update README.md Rogier Lommers 2015-02-15 14:04:44 +0100
  • 6bd27d0238 Remove reference to Martini from recovery.go Christopher Harrington 2015-02-14 21:55:39 -0600
  • 6d4aa27983 Merge pull request #218 from 858806258/develop Javier Provecho Fernandez 2015-02-12 23:37:56 +0100
  • d806d7a600 wrong spell 杰哥 2015-02-12 14:29:11 +0800
  • 66b6eecec6 Merge pull request #215 from el3ctro-/develop Javier Provecho Fernandez 2015-02-10 09:48:01 +0100
  • fb58dc7491 Merge pull request #214 from rns/patch-1 Javier Provecho Fernandez 2015-02-10 09:46:58 +0100
  • 5ec3b6eda1 Merge pull request #213 from techjanitor/develop Javier Provecho Fernandez 2015-02-10 09:44:37 +0100
  • db5d1b8ae7 Merge pull request #212 from rayrod2030/fix-readme-example Javier Provecho Fernandez 2015-02-10 09:42:53 +0100
  • 70f280f880 Added support for unsigned integers in binding parameters of form posts. Also changed parsing of integer fields to take into account the size of the fields. Ethan Kan 2015-02-09 15:13:05 -0800