outgoing smtp
authoradam <adam@megacz.com>
Fri, 7 May 2004 23:19:36 +0000 (23:19 +0000)
committeradam <adam@megacz.com>
Fri, 7 May 2004 23:19:36 +0000 (23:19 +0000)
commit4a84e96e64310fdfd9d24c691d12586b758a31de
tree909f31a4676daf1cef6355abb4c40e60e3698d53
parent3492f56637223c93d748aef93888bc107e8e1252
outgoing smtp

darcs-hash:20040507231936-5007d-c25d4976a117dc406469b4e4b91ed5b42c3edc3d.gz
413 files changed:
mail.jar [new file with mode: 0644]
src/org/ibex/mail/Filter.java [moved from src/org/ibex/mail/filter/Filter.java with 76% similarity]
src/org/ibex/mail/Message.java
src/org/ibex/mail/Target.java [moved from src/org/ibex/mail/target/Target.java with 82% similarity]
src/org/ibex/mail/protocol/Incoming.java
src/org/ibex/mail/protocol/SMTP.java
src/org/ibex/mail/target/FileSystem.java [moved from src/org/ibex/mail/store/MessageStore.java with 90% similarity]
src/org/ibex/mail/target/Script.java
upstream/org.ibex.core/AUTHORS [new file with mode: 0644]
upstream/org.ibex.core/CHANGES [new file with mode: 0644]
upstream/org.ibex.core/COPYING [new file with mode: 0644]
upstream/org.ibex.core/Makefile [new file with mode: 0644]
upstream/org.ibex.core/Makefile.upstream [new file with mode: 0644]
upstream/org.ibex.core/README [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/core/Box.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/core/Ibex.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/core/LocalStorage.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/core/Main.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/core/Template.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Affine.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Color.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Font.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/GIF.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/HTML.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/PNG.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Paint.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Path.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Picture.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/PixelBuffer.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/SVG.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/graphics/Surface.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/ByteCodes.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Interpreter.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JS.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSArray.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSDate.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSExn.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSFunction.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSMath.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSReflection.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSRegexp.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/JSScope.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Lexer.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Parser.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Stream.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Tokens.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/js/Trap.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/net/HTTP.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/net/SOAP.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/net/XMLRPC.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/plat/AWT.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/plat/JVM.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/plat/Java2.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/plat/Platform.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/AccessibleCharArrayWriter.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/BalancedTree.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/CAB.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Cache.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/CachedInputStream.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Callback.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/CounterEnumeration.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/DirtyList.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/EjAlbertBrowserLauncher.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Grammar.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Hash.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/InputStreamToByteArray.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/KnownLength.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/LineReader.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Log.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/MSPack.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/PackBytesIntoString.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Queue.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Scheduler.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Semaphore.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Simplex.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Task.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/Vec.java [new file with mode: 0644]
upstream/org.ibex.core/build/java/org/ibex/util/XML.java [new file with mode: 0644]
upstream/org.ibex.core/doc/ibex-doc.xml [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/alignmentpoint.pdf [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/grid.pdf [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/layout.pdf [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/lifecycle.pdf [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/offscreen.pdf [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/pdftricks.sty [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/reference.xml [new file with mode: 0644]
upstream/org.ibex.core/doc/reference/threeviews.pdf [new file with mode: 0644]
upstream/org.ibex.core/next.build [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/Box.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/Ibex.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/LocalStorage.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/Main.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/Template.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/bevel.ibex [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/bevel_2_down.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/bevel_2_flat.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/bevel_2_up.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/button.ibex [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/edit.ibex [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/edit_lib.ibex [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/key.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/lithium.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/password12.xwf [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/progress.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/proxy_authorization.ibex [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/core/builtin/scar.png [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Affine.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Color.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Font.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Freetype.c [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/GIF.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/HTML.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/PNG.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Paint.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Path.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Picture.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/PixelBuffer.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/SVG.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/graphics/Surface.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/ByteCodes.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Interpreter.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JS.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSArray.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSDate.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSExn.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSFunction.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSMath.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSReflection.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSRegexp.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/JSScope.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Lexer.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Parser.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Stream.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Tokens.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/js/Trap.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/net/HTTP.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/net/SOAP.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/net/XMLRPC.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/AWT.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Darwin.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Darwin.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/DarwinCarbonHeaders.h [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/GCJ.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/GCJ.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/JVM.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Java2.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Linux.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Linux.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/OpenGL.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/OpenGL.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/POSIX.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/POSIX.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/PalmOS.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Platform.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Solaris.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Solaris.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Win32.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Win32.inf [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/Win32.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/X11.cc [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/plat/X11.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/AccessibleCharArrayWriter.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/BalancedTree.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/CAB.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Cache.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/CachedInputStream.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Callback.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/CounterEnumeration.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/DirtyList.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/EjAlbertBrowserLauncher.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Grammar.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Hash.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/InputStreamToByteArray.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/KnownLength.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/LineReader.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Log.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/MSPack.c [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/MSPack.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/NanoGoat.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/PackBytesIntoString.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Preprocessor.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Queue.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Scheduler.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Semaphore.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Simplex.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Task.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/Vec.java [new file with mode: 0644]
upstream/org.ibex.core/src/org/ibex/util/XML.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/darwin-linker/links.sh [new file with mode: 0755]
upstream/org.ibex.core/upstream/darwin-linker/patches/cctools.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/freetype-2.1.4/patches/freetype.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/freetype-2.1.4/patches/ft-nostdio.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches-darwin/darwin-gc.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/basic_file_io.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/fixposix.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/force-locale.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/gcc-fdata-sections-bss.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/linux-fix-gc.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/minimal.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/mips.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/nolibstdc++.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/ranlib.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/solaris.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gcc-3.3/patches/zzz-inhibit.reflection.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/COPYING [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/COPYING.LIB [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/README [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/TODO [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/allclasses-frame.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/deprecated-list.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/CharIndexed.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/RE.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/REException.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/REFilterInputStream.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/REFilterReader.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/REMatch.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/REMatchEnumeration.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/RESyntax.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/UncheckedRE.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/package-frame.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/package-summary.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/package-tree.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/Egrep.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/Grep.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/REApplet.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/RETest.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/Tests.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/package-frame.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/package-summary.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/gnu/regexp/util/package-tree.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/help-doc.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/index-all.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/index.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/overview-frame.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/overview-summary.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/overview-tree.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/package-list [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/packages.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/serialized-form.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/api/stylesheet.css [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/changes.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/credits.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/faq.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/gnu-regexp-applet.jar [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/index.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/reapplet.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/docs/syntax.html [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/lib/gnu-regexp-1.1.4.jar [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/Makefile [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexed.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexedCharArray.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexedInputStream.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexedReader.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexedString.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/CharIndexedStringBuffer.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/MessagesBundle.properties [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RE.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REException.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REFilterInputStream.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REFilterReader.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REMatch.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REMatchEnumeration.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RESyntax.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/REToken.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenAny.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenBackRef.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenChar.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenEnd.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenEndSub.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenLookAhead.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenOneOf.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenPOSIX.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenRange.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenRepeated.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenStart.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/RETokenWordBoundary.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/UncheckedRE.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/Egrep.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/Grep.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/GrepUsage.txt [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/REApplet.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/RETest.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/gnu.regexp-1.1.4/src/src/gnu/regexp/util/Tests.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/jode-1.1.1/patches/javadep.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/jode-1.1.1/patches/object.has.no.superiface.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/libmspack-20030726/patches/libmspack.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/newlib-1.11.0/patches/mips.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/Makefile [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/doc/COPYING [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/Base36.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/Base64.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/DER.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/Digest.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/HMAC.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/MD2.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/MD5.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/PKCS1.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/RC4.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/RSA.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/SHA1.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/crypto/X509.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/SSL.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/ssl/GenCompactCAList.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/ssl/RootCerts.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/ssl/SwingVerifyCallback.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/ssl/Test.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.crypto/src/org/ibex/net/ssl/rootcerts.dat [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/Makefile [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/COPYING [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/ChangeLog [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/IVME.xls [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/IVME04 Submission Report.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/IVME2.xls [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/acmconf.cls [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart1.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart2.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart3.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart4.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart5.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart6.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/chart7.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/max_per_method.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.bib [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig1.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig1.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig2.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig2.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig3.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig3.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig4.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig4.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig5.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig5.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig6.pdf [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04-fig6.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04.aux [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04.bbl [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04.blg [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04.log [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/nestedvm.ivme04.tex [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/pdftricks.sty [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/pst2pdf [new file with mode: 0755]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/doc/tmp.inputs [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/ClassFileCompiler.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/ClassLoader.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/Compiler.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/ELF.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/Interpreter.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/JavaSourceCompiler.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/Registers.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/Runtime.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/UnixRuntime.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/UsermodeConstants.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/crt0.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/linker.ld [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/support.s [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/support_aux.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/syscalls.h [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/util/SeekableByteArray.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/util/SeekableData.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/util/SeekableFile.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/org/xwt/mips/util/SeekableInputStream.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/CXXTest.cc [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/CallTest.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Echo.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/EchoHelper.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Env.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/FDTest.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/FTBench.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Fork.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/FreeTypeDemo.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/FreeTypeDemoHelper.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Hello.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/MSPack.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/MSPackBench.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/MSPackHelper.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Paranoia.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Simple.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/SpeedTest.java [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/Test.c [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/src/tests/check.sh [new file with mode: 0755]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/Makefile [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/binutils-no64.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/boehm-gc.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/busybox.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/freetype.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/ft-nostdio.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/gcc-fdata-sections-bss.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/gcc-fixes.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/libmspack.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/newlib-malloc.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/newlib-mips.patch [new file with mode: 0644]
upstream/org.ibex.core/upstream/org.ibex.nestedvm/upstream/patches/newlib-tzset.patch [new file with mode: 0644]
upstream/org.ibex.crypto/Makefile [new file with mode: 0644]
upstream/org.ibex.crypto/doc/COPYING [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/Base36.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/Base64.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/DER.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/Digest.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/HMAC.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/MD2.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/MD5.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/PKCS1.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/RC4.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/RSA.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/SHA1.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/crypto/X509.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/SSL.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/ssl/GenCompactCAList.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/ssl/RootCerts.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/ssl/SwingVerifyCallback.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/ssl/Test.java [new file with mode: 0644]
upstream/org.ibex.crypto/src/org/ibex/net/ssl/rootcerts.dat [new file with mode: 0644]