-
Merge pull request #19 from Licenser/debug_info
yrashk committedNov 29, 2012 Adding debug_info to dynamically compiled files. (for dialyzer)
-
Removed tailing whitespaces and added debug_info to compilations.
Licenser committedNov 29, 2012
-
Merge pull request #18 from dvv/patch-1
yrashk committedNov 2, 2012 do not set variables inside case
-
Merge pull request #16 from dbmercer/patch-1
yrashk committedOct 8, 2012 Modified lexer for Windows CRLF line endings
-
Modified lexer for Windows CRLF line endings
dbmercer committedOct 8, 2012
-
Merge pull request #15 from saleyn/master
yrashk committedOct 4, 2012 Suppress INFO report printout
-
Suppress annoying INFO report printout
saleyn committedOct 4, 2012 -
Merge pull request #13 from zotonic/rebar
yrashk committedOct 4, 2012 Added rebar, for systems where rebar is not installed in the usual search path
-
Yurii Rashkovskii committed
Oct 4, 2012
-
yrashk committed
Oct 1, 2012
-
yrashk committed
Sep 30, 2012
-
Added rebar, for systems where rebar is not installed in the usual se…
mworrell committedAug 21, 2012 …arch path.
-
Moves out PropEr deps to rebar.test.config
yrashk committedJul 29, 2012
-
Fixes win/darwin rebar.config issue
Yurii Rashkovskii committedApr 30, 2012 -
Merge pull request #9 from choptastic/windows-post-hooks
yrashk committedApr 30, 2012 Modify rebar.config for windows support
-
Modify rebar.config for windows support
choptastic committedApr 30, 2012
-
Merge pull request #8 from klaar/load-environment
yrashk committedApr 27, 2012 Load additional types on start up
-
Add short doc on loading new types to README
Magnus Klaar committedApr 27, 2012 -
Load additional types on start up
Magnus Klaar committedApr 27, 2012
-
Merge pull request #6 from klaar/path-to-mimes
yrashk committedMar 22, 2012 Add path_to_mimes/1 and path_to_mimes/2 functions.
-
Add path_to_mimes/1 and path_to_mimes/2 functions.
Magnus Klaar committedMar 19, 2012
-
mimetypes should not rebuild its dynamic modules every time (unless i…
Yurii Rashkovskii committedJan 19, 2012 …ts own source code or mime.types have changed)
-
For unknown or missing extensions, mimetypes should return applicatio…
yrashk committedJan 5, 2012 …n/octet-stream
-
arcusfelis committed
Jan 4, 2012 -
arcusfelis committed
Jan 4, 2012 -
Add comments to API functions. Fix errors.
arcusfelis committedJan 4, 2012
-
Squashed commit of the following:
commit a6dfc6a Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Wed Sep 14 01:34:33 2011 +0200 move post_compile.escript to project root commit 1342ea9 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 21:25:42 2011 +0200 use escript for post-compile hook commit 7ce8c28 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 21:22:06 2011 +0200 move mimetypes_rebar to priv/ commit 3652d6a Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 21:12:34 2011 +0200 fix filter_module when no modules are loaded yet commit 672bef1 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 18:41:57 2011 +0200 ensure that dispatch module is added to .app commit cf2fab7 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 18:37:15 2011 +0200 fix comments commit 9ec56c2 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 18:25:00 2011 +0200 filter out bad entries from dispatch module on init commit adf5699 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Tue Sep 13 18:16:32 2011 +0200 add module for post-compile hook commit 5403260 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Mon Sep 12 23:49:39 2011 +0200 remove load code from write_binary commit df6c22e Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Mon Sep 12 23:46:12 2011 +0200 use loaded modules as application state instead of ets commit 459d9d5 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 20:22:26 2011 +0200 reload all module that doesn't match last saved vsn commit 4ea96f3 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 18:26:52 2011 +0200 return noexists status on bad database name commit 1e3ad5c Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 18:23:39 2011 +0200 don't create duplicate databases commit 1fd0d79 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 18:20:58 2011 +0200 add create and load functions for user-defined dbs commit 9ea832e Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 17:19:35 2011 +0200 export ext_to_mimes and mime_to_exts from mimetypes commit 7400fe2 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 16:49:51 2011 +0200 require module-name for load_mapping commit ce3ef52 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 16:47:08 2011 +0200 reload dispatch module on server init commit ebb6b70 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 16:35:51 2011 +0200 create tables on first startup commit 311d01a Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 15:33:07 2011 +0200 use dispatch module for lookups commit 62e393b Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 15:24:37 2011 +0200 add simple unit test for dispatch module commit f56f098 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Sat Sep 10 15:16:42 2011 +0200 add functions to generate a dispatch module
-
yrashk committed
Sep 9, 2011 -
Build mimetypes_map module during compilation phase
yrashk committedSep 9, 2011 -
Squashed commit of the following:
yrashk committedSep 9, 2011 commit a7b757a Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:40:24 2011 +0200 restore original behaviour of returning undefined commit 385dd1c Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:38:30 2011 +0200 delete dead code commit 134e9d8 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:36:12 2011 +0200 cleanup extract_extensions commit 2a430ec Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:34:30 2011 +0200 don't fetch list of types and extensions from server commit 915050d Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:31:44 2011 +0200 add exts and mimes functions to generated module commit d692e37 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:15:59 2011 +0200 use generated module for lookup functions commit 33a7666 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:04:43 2011 +0200 recompile generated module on server startup commit ec5ad78 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 17:03:12 2011 +0200 add load_mapping function to hide code generation commit c006ad8 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 16:58:13 2011 +0200 add mime_to_exts function to generated module commit bafdf35 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 16:55:48 2011 +0200 add ext_to_mimes function to generated module commit 0c961ef Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 16:42:25 2011 +0200 ensure that generated module compiles commit 8918d8d Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 16:33:30 2011 +0200 add codegen module scaffold commit faff574 Author: Magnus Klaar <magnus.klaar@gmail.com> Date: Fri Sep 9 16:19:58 2011 +0200 add code loading functions
-
Change to binaries for types and extensions so that multiple extensio…
Yurii Rashkovskii committedAug 4, 2011 …ns can be returned & matched for extensions