summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #37927 (Prevent trap when COM extension processes argument of type...andy wharmby2007-02-021-1/+1
* Fixed bug #34564 (COM extension not returning modified "out" argument)andy wharmby2007-02-024-0/+150
* MFH: Bump year.Sebastian Bergmann2007-01-0114-14/+14
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-244-17/+17
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-245-10/+92
* fix heap corruption when adding/caching typelib (also fixes bug 39606)Rob Richards2006-12-092-3/+25
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-174-0/+10
* Fixed bug #36644 (possible crash in variant_date_from_timestamp()).Ilia Alshanetsky2006-11-131-0/+5
* Fixed bug #38400 (Use of com.typelib_file may cause a crash).Ilia Alshanetsky2006-10-181-2/+2
* Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
* Fix for #38985 (Wez)Edin Kadribasic2006-10-061-1/+1
* Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-9/+10
* Prevent opening of empty filename ""Dmitry Stogov2006-09-081-1/+1
* Fixed #37602 by olek at neurosoft dot plEdin Kadribasic2006-08-251-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+9
* - Update after api changesRob Richards2006-05-105-16/+15
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+4
* fix mem leak with iteratorsRob Richards2006-02-072-24/+31
* Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-043-1/+25
* Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-263-12/+12
* bump year and license versionfoobar2006-01-0114-42/+42
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35316 (Application exception trying to create COM object)Rob Richards2005-11-274-1/+6
* - Bumber up yearfoobar2005-08-0314-14/+14
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-194-46/+7
* merge bug fixes from branchWez Furlong2005-04-181-6/+19
* removed unused vars.Ilia Alshanetsky2005-04-182-4/+1
* emalloc -> safe_emalloc.Ilia Alshanetsky2004-11-211-2/+2
* fix crash when calling com methodsRob Richards2004-11-201-1/+2
* Fix crash bug.Wez Furlong2004-10-091-9/+10
* Improve .Net support; this should reduce "failed to init .net" errors.Wez Furlong2004-10-091-71/+160
* Use the correct free() here...Wez Furlong2004-09-191-1/+1
* Fix for Bug #29490 from Michael Sisolak.Wez Furlong2004-08-071-2/+7
* Even more verbosity...Wez Furlong2004-08-031-1/+4
* Even more verbosity in case of errorWez Furlong2004-08-031-14/+22
* Better error reportingWez Furlong2004-08-021-1/+2
* Allow COM to build under non-zts.Wez Furlong2004-07-312-45/+22
* Fix my favourite call user func mistakeWez Furlong2004-07-292-8/+13
* Use the correct lengths when building the name -> dispid mappingWez Furlong2004-07-291-22/+32
* that's not my copy of the exception ctor, do don't fiddle its flags.Wez Furlong2004-07-271-1/+1
* "better" "fix" for #29392.Wez Furlong2004-07-271-2/+13
* protect caller from a potential bailoutWez Furlong2004-07-271-5/+9
* Revert last fix, because it breaks dynamic methodsWez Furlong2004-07-271-2/+2
* Fix #29392 COM behaved badly for non-existant methodsWez Furlong2004-07-271-11/+24
* Possible fix for #29258 (unverified)Wez Furlong2004-07-191-1/+2
* Last dangerous alloca() bits.Ilia Alshanetsky2004-07-081-4/+4
* 64-bit bugsquash partyArd Biesheuvel2004-06-165-14/+14
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-095-2/+850
* Urgh!Wez Furlong2004-05-091-1/+1