/haiku/headers/os/add-ons/registrar/ |
H A D | MimeSnifferAddon.h | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/kits/storage/mime/ |
H A D | MimeSnifferAddon.cpp | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | MimeSnifferAddonManager.cpp | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | SnifferRules.cpp | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | AssociatedTypes.cpp | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/storage/mime/ |
H A D | MimeSnifferAddonManager.h | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | SnifferRules.h | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/build/jam/ |
H A D | HeadersRules | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/servers/registrar/ |
H A D | MIMEManager.cpp | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/kits/storage/ |
H A D | Jamfile | e4f35acf7c780f50e5f4ca4fc664b6c6806e8fbf Fri Jun 09 20:48:50 UTC 2006 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new (currently private) API class BMimeSnifferAddon, representing the interface for, well, MIME sniffer add-ons. * Implemented the respective add-on manager and make use of it in the MIME database code. Unfortunately the MIME DB code completely lives in libbe.so and hence I had to put my code there too. IMHO we should (one day) remove the direct (read-only) MIME DB access from libbe and move everything into the registrar. Currently the add-on manager supports built-in add-ons only; it doesn't really load anything from disk ATM. * Added a built-in text sniffer add-on to the registrar. It's based upon the BSD file tool code.
This closes bug #250 (plain text files are identified as such, now).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17784 a95241bf-73f2-0310-859d-f6bbb57e9c96
|